Skip to content

Commit

Permalink
chore: fix release script
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Apr 7, 2022
1 parent 731b4f3 commit 6b9f8f2
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 @@ -32,7 +32,7 @@
"lint": "eslint --ext .ts,.mjs,.cjs .",
"nitro": "jiti ./src/cli.ts",
"prepack": "yarn build",
"release": "yarn test && yarn build && standard-version && npm run publish && git push --follow-tags",
"release": "yarn test && yarn build && standard-version && npm publish && git push --follow-tags",
"stub": "unbuild --stub",
"test": "yarn lint && vitest run --silent"
},
Expand Down

0 comments on commit 6b9f8f2

Please sign in to comment.