Skip to content

Commit 51b6883

Browse files
committed
ci: update release.yml
1 parent 8988cdb commit 51b6883

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,13 +48,11 @@
4848
"init": "pnpm i",
4949
"lint:fix": "eslint --fix ./ --ext .vue,.js,.ts,.jsx,.tsx,.json ",
5050
"dev": "pnpm run --filter @unplugin-vue-cssvars/build dev",
51-
"build": "pnpm run clean && pnpm run --filter @unplugin-vue-cssvars/build build",
51+
"build": "pnpm run clean && pnpm run --filter @unplugin-vue-cssvars/build build && cd dist && pnpm run publish",
5252
"play:build": "pnpm run --filter @unplugin-vue-cssvars/play build",
5353
"play:server": "pnpm run --filter @unplugin-vue-cssvars/play dev",
5454
"play:preview": "pnpm run --filter @unplugin-vue-cssvars/play preview",
55-
"prepublishOnly": "pnpm run build",
5655
"release": "bumpp package.json --commit --push --tag",
57-
"publish": "pnpm run release && pnpm run prepublishOnly && cd dist && pnpm run publish",
5856
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0",
5957
"clean": "rimraf dist",
6058
"prepare": "npx simple-git-hooks",

0 commit comments

Comments
 (0)