Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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