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",