Skip to content
This repository was archived by the owner on Aug 20, 2020. It is now read-only.

Commit d7a72b7

Browse files
Add Makefile install command for automation (#118)
1 parent 3751d2c commit d7a72b7

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

Makefile

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
.PHONY: test
1+
.PHONY: install test
2+
3+
install:
4+
npm install
25

36
test:
4-
npm test
7+
npm test

0 commit comments

Comments
 (0)