Skip to content

Commit

Permalink
Fix issue with npm unlink for npm version > 6
Browse files Browse the repository at this point in the history
'npm unlink' would implicitly unlink the current dir
until version 7, which requires an argument
  • Loading branch information
fatso83 committed Nov 4, 2021
1 parent 51417a3 commit 3f59822
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/release-source/release/examples/run-test.sh
Expand Up @@ -27,4 +27,4 @@ npm unlink sinon
git checkout -- package.json
npm install --ignore-scripts
cd "$SCRIPT_DIR/.."
npm unlink
npm unlink .

0 comments on commit 3f59822

Please sign in to comment.