Simon Egersand
2018-02-07 de3fe15c59e7692eda6058a0dc8d0271acbcf3a3
commit | author | age
c30b4d 1 .PHONY: all clean install test
SE 2
3 clean:
4     rm -rf node_modules
5
6 install:
7     npm install
8
9 test:
10     npm run test
11
12 test-watch:
13     npm run test:watch