Skip to content

Commit 45869f4

Browse files
lukekarrysfritzy
authored andcommitted
chore: remove deprecated configs from Makefile
1 parent ba8b2a7 commit 45869f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ test-all: deps
8585
node bin/npm-cli.js run test-all
8686

8787
ls-ok:
88-
node bin/npm-cli.js ls --production >/dev/null
88+
node bin/npm-cli.js ls --omit=dev >/dev/null
8989

9090
gitclean:
9191
git clean -fd
@@ -97,7 +97,7 @@ link: uninstall
9797
node bin/npm-cli.js link -f --ignore-scripts
9898

9999
prune: deps
100-
node bin/npm-cli.js prune --production --no-save --no-audit --no-fund
100+
node bin/npm-cli.js prune --omit=dev --no-save --no-audit --no-fund
101101
node scripts/git-dirty.js
102102

103103
publish: gitclean ls-ok link test-all docs prune

0 commit comments

Comments
 (0)