Skip to content

Commit

Permalink
Add dev Make target
Browse files Browse the repository at this point in the history
  • Loading branch information
simeg committed Feb 9, 2018
1 parent 7456bb4 commit 56f492b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
.PHONY: all clean install test
.PHONY: all clean dev install snapshot test test-watch

clean:
rm -rf node_modules

dev:
npm run dev

install:
npm install

Expand Down

0 comments on commit 56f492b

Please sign in to comment.