Skip to content

Commit 2960e33

Browse files
committed
chore: add Makefile.
1 parent 047b870 commit 2960e33

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Makefile

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
publish: test
2+
@npm publish
3+
4+
test:
5+
@npm test
6+
7+
.PHONY: publish test

0 commit comments

Comments
 (0)