UNPKG

make

Version:
29 lines (18 loc) 324 B
all: help help: echo help babel: babel lib/ -d src/ test: babel mocha -R spec eslint: DEBUG="eslint:cli-engine" eslint . watch: watchd lib/**.js test/**.js package.json -c 'bake babel' release: version push publish version: standard-version -m '%s' push: git push origin master --tags publish: npm publish