Skip to content

Commit

Permalink
chore(release): prepare new version
Browse files Browse the repository at this point in the history
  • Loading branch information
sfxcode committed Oct 11, 2024
1 parent 86a6672 commit fb625fd
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 @@ -17,7 +17,7 @@
"test:unit": "vitest --run --reporter verbose",
"test:coverage": "vitest run --coverage",
"postinstall": "nuxt prepare",
"release": "npm run lint && npm run build && changelogen --patch --release && npm publish --access public && git push --follow-tags"
"release": "npm run lint && npm run build && changelogen --patch --release && git push --follow-tags"
},
"devDependencies": {
"@antfu/eslint-config": "3.6.0",
Expand Down

0 comments on commit fb625fd

Please sign in to comment.