Skip to content

Commit 4196543

Browse files
committed
chore: update release command
1 parent 4e76022 commit 4196543

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@
3636
"dev": "npm run dev:prepare && nuxt dev playground",
3737
"dev:build": "nuxt build playground",
3838
"dev:prepare": "nuxt-module-build build --stub && nuxt-module-build prepare && nuxt prepare playground",
39-
"release": "npm run lint && npm run test && npm run prepack && changelogen --release && npm publish && git push --follow-tags",
39+
"release:prepare": "npm run lint && npm run test && npm run prepack && changelogen --bump --noAuthors",
40+
"release:publish": "npm run release:prepare && npm publish && git push --follow-tags",
4041
"lint": "eslint .",
4142
"lint:fix": "eslint . --fix",
4243
"test": "vitest run",

0 commit comments

Comments
 (0)