We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1819762 commit 7c369ccCopy full SHA for 7c369cc
‎Makefile
@@ -0,0 +1,8 @@
1
+clean:
2
+ rm -rf node_modules
3
+
4
+install:
5
+ npm install
6
7
+test:
8
+ npm test
0 commit comments