Simon Egersand
2018-02-09 9e5311bda48ffcf7018733f8730df55f7b5f56a4
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
d01420 9 snapshot:
SE 10     npm run test:snapshot:update
11
c30b4d 12 test:
SE 13     npm run test
14
15 test-watch:
16     npm run test:watch