babel/Makefile
2015-01-13 22:39:00 +11:00

11 lines
174 B
Makefile

.PHONY: publish
publish:
read -p "Version: " version; \
npm version $$version --message "v%s"
bin/without_eval >acorn_csp.js
npm publish
git push --follow-tags