Skip to content

Commit 6260760

Browse files
committed
chore: add publish target
1 parent b33b61c commit 6260760

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Makefile

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

28-
push::
28+
publish::
29+
@npm publish
2930
@git push --tags origin HEAD:master
3031

3132
clean::

0 commit comments

Comments
 (0)