UNPKG

ut-tools

Version:

Build and Release management automation package.

19 lines (14 loc) 214 B
deps: npm install build: make clean node_modules/.bin/babel -e 0 -d lib/ src/ watch: make clean node_modules/.bin/babel -w -e 0 -d lib/ src/ publish: make deps make build npm publish clean: rm -rf lib