Skip to content

Commit 7c369cc

Browse files
committed
Add a Makefile 🌭
1 parent 1819762 commit 7c369cc

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

‎Makefile

+8
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)