Simon Egersand
2018-02-11 405f4e8754ef801d1837266940bf399c19da74e6
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