Skip to content

Commit 916e99b

Browse files
committed
chore: check before bumping a version
1 parent c5ab6ed commit 916e99b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ test::
2222
ci::
2323
@$(BIN)/mocha $(MOCHA_OPTS) --watch --watch-extensions json,md $(TESTS)
2424

25-
version-major version-minor version-patch:: lint test
25+
version-major version-minor version-patch:: lint check test build
2626
@npm version $(@:version-%=%)
2727

28-
publish:: lint check test build
28+
publish::
2929
@npm publish
3030
@git push --tags origin HEAD:master
3131

0 commit comments

Comments
 (0)