Skip to content

Commit

Permalink
ci: update release script
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Jun 29, 2021
1 parent 8cccabb commit 28a5c74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 28a5c74

Please sign in to comment.