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 committed Apr 13, 2022
1 parent 4ff2050 commit cc32a51
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 @@ -88,7 +88,7 @@ smoke-tests: deps
node bin/npm-cli.js run smoke-tests

ls-ok:
node . ls --production >/dev/null
node . ls --omit=dev >/dev/null

gitclean:
git clean -fd
Expand All @@ -100,7 +100,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
node bin/npm-cli.js prune --omit=dev --no-save --no-audit
@[[ "$(shell git status -s)" != "" ]] && echo "ERR: found unpruned files" && exit 1 || echo "git status is clean"

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

0 comments on commit cc32a51

Please sign in to comment.