From 378d58274c7465ca54576118a1a64ccb3097f4e9 Mon Sep 17 00:00:00 2001 From: Martin Hochel Date: Mon, 27 Feb 2017 16:20:30 +0100 Subject: [PATCH] fix: add back npm publish to release script --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index feb4fa7..fbfb920 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "commit": "git-cz", "commitmsg": "validate-commit-msg", "prepush": "npm run verify", - "release": "npm run release:local && npm run release:github", + "release": "npm run release:local && npm run release:github && npm run release:npm", "release:local": "npm run build && standard-version", "release:github": "git push --no-verify --follow-tags origin master", "release:npm": "npm publish"