We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 047b870 commit 2960e33Copy full SHA for 2960e33
Makefile
@@ -0,0 +1,7 @@
1
+publish: test
2
+ @npm publish
3
+
4
+test:
5
+ @npm test
6
7
+.PHONY: publish test
0 commit comments