Nicolas Sandron
2018-03-26 26446a92e043d107681f1bf9194621fe30731a04
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