Skip to content

Commit

Permalink
chore: update script
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed May 6, 2023
1 parent a76cc20 commit e21055b
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:fix": "eslint --cache --ext .ts,.js,.mjs,.cjs . --fix && prettier -c src test -w",
"prepack": "pnpm run build",
"typecheck": "tsc --noEmit",
"release": "pnpm test run --coverage && changelogen --release && npm publish && git push --follow-tags",
"release": "pnpm run test run && changelogen --release && npm publish && git push --follow-tags",
"test": "vitest"
},
"dependencies": {
Expand Down

0 comments on commit e21055b

Please sign in to comment.