From 72aa6cc25c8812b5022f0987f20c9bc8ea7b74d7 Mon Sep 17 00:00:00 2001 From: Mike McNeil Date: Thu, 8 Dec 2016 17:51:27 -0600 Subject: [PATCH] Minor tweak to postpublish. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 074bd05..70d390b 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "scripts": { "test": "node ./node_modules/mocha/bin/mocha -b --reporter spec --timeout 10000", "prepublish": "./node_modules/grunt-cli/bin/grunt publish && npm test", - "postpublish": "cd dist && npm publish && echo && echo '--' && echo 'Now, assuming you have not pushed up your automatic \"npm version\" commit+tag yet, run:' && echo \"git tag -d v`npm show sails.io.js version` && git commit --amend -am '`npm show sails.io.js version`' && git tag v`npm show sails.io.js version`\" && echo 'Then do:' && echo 'git push && git push --tags'" + "postpublish": "cd dist && npm publish && cd .. && echo && echo '--' && echo 'Now, assuming you have not pushed up your automatic \"npm version\" commit+tag yet, run:' && echo \"git tag -d v`npm show sails.io.js version` && git commit --amend -am '`npm show sails.io.js version`' && git tag v`npm show sails.io.js version`\" && echo 'Then do:' && echo 'git push && git push --tags'" }, "repository": { "type": "git",