We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e64d69a commit 7e6b824Copy full SHA for 7e6b824
Makefile
@@ -113,7 +113,7 @@ prune: deps
113
node bin/npm-cli.js prune --omit=dev --no-save --no-audit --no-fund
114
node scripts/git-dirty.js
115
116
-publish: gitclean ls-ok link lint-all test-all docs prune
+publish: gitclean ls-ok link docs lint-all test-all prune
117
node bin/npm-cli.js publish --tag=$(PUBLISHTAG)
118
119
release: gitclean ls-ok docs prune
0 commit comments