Simon Egersand
2018-02-11 c6bf905a9c74a8c12fd4e3be1802385e22bf3108
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