From e6a71c584954dcc07482057bc755227fcd340aba Mon Sep 17 00:00:00 2001 From: Sebastian McKenzie Date: Fri, 9 Jan 2015 19:56:22 +1100 Subject: [PATCH] move npm version up --- Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 02a1681d9c..120336e372 100644 --- a/Makefile +++ b/Makefile @@ -71,6 +71,9 @@ publish: make test + read -p "Version: " version; \ + npm version $$version --message "v%s" + make build cp dist/6to5.min.js browser.js cp dist/polyfill.min.js browser-polyfill.js @@ -79,8 +82,6 @@ publish: node bin/cache-templates test -f templates.json - read -p "Version: " version; \ - npm version $$version --message "v%s" npm publish git push --follow-tags