UNPKG

160 BPlain TextView Raw
1.PHONY: jsdoc build test
2
3jsdoc:
4 ./node_modules/.bin/jsdoc ./ -c jsdoc.json
5
6build:
7 ./node_modules/.bin/webpack
8
9test:
10 ./node_modules/.bin/mocha test/*/*.js