Skip to content

Commit 56f492b

Browse files
committed
Add dev Make target
1 parent 7456bb4 commit 56f492b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Makefile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
1-
.PHONY: all clean install test
1+
.PHONY: all clean dev install snapshot test test-watch
22

33
clean:
44
rm -rf node_modules
55

6+
dev:
7+
npm run dev
8+
69
install:
710
npm install
811

0 commit comments

Comments
 (0)