Skip to content

Commit 2896a60

Browse files
committed
add --save flag to npm link contrib instructions
1 parent cf03c76 commit 2896a60

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,5 @@ npm link
4141
4242
cd ../../my-test-project
4343
@REM If needed: npm init
44-
npm link @bluecadet/launchpad
45-
@REM If needed for your project: npm i @bluecadet/launchpad
44+
npm link @bluecadet/launchpad --save
4645
```

0 commit comments

Comments
 (0)