Skip to content

Commit 3f59822

Browse files
committed
Fix issue with npm unlink for npm version > 6
'npm unlink' would implicitly unlink the current dir until version 7, which requires an argument
1 parent 51417a3 commit 3f59822

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/release-source/release/examples/run-test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ npm unlink sinon
2727
git checkout -- package.json
2828
npm install --ignore-scripts
2929
cd "$SCRIPT_DIR/.."
30-
npm unlink
30+
npm unlink .

0 commit comments

Comments
 (0)