UNPKG

246 BPlain TextView Raw
1.PHONY: test bootstrap lint shrinkwrap
2
3BIN = node_modules/.bin
4
5bootstrap:
6 npm install
7 npm install ./deps --no-save
8
9test: lint
10 npm test
11
12lint:
13 npm run lint
14
15shrinkwrap:
16 npm uninstall --save qubit-cli-deps
17 rm -rf node_modules
18 npm install