Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit cc32a51

Browse files
committedApr 13, 2022
chore: remove deprecated configs from Makefile
1 parent 4ff2050 commit cc32a51

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ smoke-tests: deps
8888
node bin/npm-cli.js run smoke-tests
8989

9090
ls-ok:
91-
node . ls --production >/dev/null
91+
node . ls --omit=dev >/dev/null
9292

9393
gitclean:
9494
git clean -fd
@@ -100,7 +100,7 @@ link: uninstall
100100
node bin/npm-cli.js link -f --ignore-scripts
101101

102102
prune: deps
103-
node bin/npm-cli.js prune --production --no-save --no-audit
103+
node bin/npm-cli.js prune --omit=dev --no-save --no-audit
104104
@[[ "$(shell git status -s)" != "" ]] && echo "ERR: found unpruned files" && exit 1 || echo "git status is clean"
105105

106106
publish: gitclean ls-ok link test smoke-tests docs prune

0 commit comments

Comments
 (0)
Please sign in to comment.