From 28a5c74b8c80add6df33b5914a4f08b5295d92e6 Mon Sep 17 00:00:00 2001 From: Kiko Beats Date: Tue, 29 Jun 2021 12:52:21 +0200 Subject: [PATCH] ci: update release script --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e380a7b..f34e6bd 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "clean": "rm -rf node_modules", "coverage": "nyc report --reporter=text-lcov | coveralls", "lint": "standard", - "postrelease": "npm run release:tags && npm run release:github && ci-publish --access=public", + "postrelease": "npm run release:tags && npm run release:github && (ci-publish || npm publish --access=public)", "precommit": "lint-staged", "prerelease": "npm run update:check", "pretest": "npm run lint",