From 0ddde997a6cb1c48d64d197677f6581c4ccdf0ce Mon Sep 17 00:00:00 2001 From: Ivar Derksen Date: Thu, 25 Mar 2021 17:00:56 +0100 Subject: [PATCH] Fixed mistake in release documentation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f2be6764..a88d2dcb 100644 --- a/README.md +++ b/README.md @@ -464,7 +464,7 @@ these scripts will fail. # Check whether all steps succeeded properly, otherwise fix issues in irma-popup first. cd ./plugins/irma-popup && npm publish --access public -cd .. # Go back to root of the repository +cd ../.. # Go back to root of the repository ./prepare-irma-frontend.sh # Check whether all steps succeeded properly, otherwise fix issues in irma-frontend first. cd ./irma-frontend && npm publish --access public