Simon Egersand
2018-02-09 56f492b9fba58be0e27d2e094ff6abeae3073a0b
Add dev Make target
1 files modified
5 ■■■■ changed files
Makefile 5 ●●●● patch | view | raw | blame | history
Makefile
@@ -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