Skip to content

Commit

Permalink
chore: remove deprecated configs from Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
lukekarrys authored and fritzy committed Apr 13, 2022
1 parent ba8b2a7 commit 45869f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ test-all: deps
node bin/npm-cli.js run test-all

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

gitclean:
git clean -fd
Expand All @@ -97,7 +97,7 @@ link: uninstall
node bin/npm-cli.js link -f --ignore-scripts

prune: deps
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
node scripts/git-dirty.js

publish: gitclean ls-ok link test-all docs prune
Expand Down

0 comments on commit 45869f4

Please sign in to comment.