Skip to content

Commit 627cb8a

Browse files
committed
chore: fix publish method
1 parent f72eb19 commit 627cb8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ ci::
2525
version-major version-minor version-patch:: lint test
2626
@npm version $(@:version-%=%)
2727

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

0 commit comments

Comments
 (0)