Skip to content

Commit

Permalink
chore(make): docs should come before test during publish
Browse files Browse the repository at this point in the history
docs needs to rebuild cmark-gfm which needs to be present in
order to run tests
  • Loading branch information
lukekarrys committed Sep 27, 2022
1 parent e64d69a commit 7e6b824
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 @@ -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
Expand Down

0 comments on commit 7e6b824

Please sign in to comment.