Simon Egersand
2018-02-09 7456bb4d4374b74538504577baf26028263338ff
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