Skip to content

Commit

Permalink
fix(scripts): update release command
Browse files Browse the repository at this point in the history
  • Loading branch information
hrynevychroman committed Sep 25, 2024
1 parent 812ee61 commit f8aa140
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,9 @@
"typecheck": "npx nuxi typecheck",
"clean": "rm -rf node_modules && pnpm -r exec rm -rf node_modules",
"commitlint": "commitlint --edit",
"release": "pnpm release:check && pnpm release:version",
"release": "pnpm release:check && pnpm release:changelog",
"release:check": "pnpm typecheck && pnpm lint",
"release:changelog": "changelogen --output CHANGELOG.md",
"release:version": "bumpp package.json CHANGELOG.md --execute=\"pnpm release:changelog\" --all --no-push"
"release:changelog": "changelogen --release"
},
"dependencies": {
"@nuxt/eslint": "^0.5.7",
Expand Down

0 comments on commit f8aa140

Please sign in to comment.