Skip to content

Commit 7e6b824

Browse files
committed
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
1 parent e64d69a commit 7e6b824

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ prune: deps
113113
node bin/npm-cli.js prune --omit=dev --no-save --no-audit --no-fund
114114
node scripts/git-dirty.js
115115

116-
publish: gitclean ls-ok link lint-all test-all docs prune
116+
publish: gitclean ls-ok link docs lint-all test-all prune
117117
node bin/npm-cli.js publish --tag=$(PUBLISHTAG)
118118

119119
release: gitclean ls-ok docs prune

0 commit comments

Comments
 (0)