Skip to content

Commit

Permalink
chore(package): revert to patch build
Browse files Browse the repository at this point in the history
  • Loading branch information
sfxcode committed Nov 3, 2024
1 parent 26a7614 commit a90cbbe
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 --minor --release && git push --follow-tags"
"release": "npm run lint && npm run build && changelogen --patch --release && git push --follow-tags"
},
"devDependencies": {
"@antfu/eslint-config": "^3.8.0",
Expand Down

0 comments on commit a90cbbe

Please sign in to comment.