We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba8b2a7 commit 45869f4Copy full SHA for 45869f4
Makefile
@@ -85,7 +85,7 @@ test-all: deps
85
node bin/npm-cli.js run test-all
86
87
ls-ok:
88
- node bin/npm-cli.js ls --production >/dev/null
+ node bin/npm-cli.js ls --omit=dev >/dev/null
89
90
gitclean:
91
git clean -fd
@@ -97,7 +97,7 @@ link: uninstall
97
node bin/npm-cli.js link -f --ignore-scripts
98
99
prune: deps
100
- node bin/npm-cli.js prune --production --no-save --no-audit --no-fund
+ node bin/npm-cli.js prune --omit=dev --no-save --no-audit --no-fund
101
node scripts/git-dirty.js
102
103
publish: gitclean ls-ok link test-all docs prune
0 commit comments