Skip to content

Commit

Permalink
fix prune target
Browse files Browse the repository at this point in the history
  • Loading branch information
nlf committed Oct 28, 2020
1 parent 6422744 commit 6ea75b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ link: uninstall

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


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

0 comments on commit 6ea75b9

Please sign in to comment.