Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Karrys <luke@lukekarrys.com>2022-09-23 09:01:59 +0300
committerLuke Karrys <luke@lukekarrys.com>2022-09-27 04:33:37 +0300
commit7e6b8244b0eef9ee60e293859f4147e577cb2f3b (patch)
tree95e14153fbc25cb76966b401079e5212b9a497fb
parente64d69aedecc0943425605b3a6dc68aec3ad93aa (diff)
chore(make): docs should come before test during publish
docs needs to rebuild cmark-gfm which needs to be present in order to run tests
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 484c5152f..5f66ee717 100644
--- a/Makefile
+++ b/Makefile
@@ -113,7 +113,7 @@ prune: deps
node bin/npm-cli.js prune --omit=dev --no-save --no-audit --no-fund
node scripts/git-dirty.js
-publish: gitclean ls-ok link lint-all test-all docs prune
+publish: gitclean ls-ok link docs lint-all test-all prune
node bin/npm-cli.js publish --tag=$(PUBLISHTAG)
release: gitclean ls-ok docs prune