Layne Anderson
2018-07-03 49de8cf59095fa3fb450f7ec938c68af4ea9961a
commit | author | age
56f492 1 .PHONY: all clean dev install snapshot test test-watch
c30b4d 2
SE 3 clean:
4     rm -rf node_modules
5
56f492 6 dev:
SE 7     npm run dev
8
c30b4d 9 install:
SE 10     npm install
11
d01420 12 snapshot:
SE 13     npm run test:snapshot:update
14
c30b4d 15 test:
SE 16     npm run test
17
18 test-watch:
19     npm run test:watch