Dennis Alves
2018-02-07 06f14d1e56e4ce24223b69ba8017a6443fc1d23d
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