From 13225012767b835e8cb3fc4831b4004271730b8f Mon Sep 17 00:00:00 2001 From: Sebastian McKenzie Date: Sun, 18 Jan 2015 00:25:01 +1100 Subject: [PATCH] add make build task --- Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 7fdcef526a..629a242513 100644 --- a/Makefile +++ b/Makefile @@ -1,10 +1,13 @@ -.PHONY: publish +.PHONY: publish build + +build: + node bin/without_eval >acorn_csp.js publish: read -p "Version: " version; \ npm version $$version --message "v%s" - node bin/without_eval >acorn_csp.js + make build npm publish git push --follow-tags