Simon Egersand
2018-02-11 0fbbc40b70d7b0f4f14ca792a23c4c3077050500
Makefile
@@ -1,11 +1,17 @@
.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
snapshot:
   npm run test:snapshot:update
test:
   npm run test