Skip to content

Commit db4d4a8

Browse files
committed
chore: build before releasing
1 parent bfb25c8 commit db4d4a8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"lint": "eslint --ext .ts --ext .vue .",
2222
"prepack": "pnpm build",
2323
"release": "pnpm run prerelease",
24-
"prerelease": "pnpm test && changelogen --release --prerelease=rc --push && npm publish",
24+
"prerelease": "pnpm test && pnpm build && changelogen --release --prerelease=rc --push && npm publish",
2525
"test": "nuxi prepare playground && pnpm vitest run",
2626
"test:types": "vue-tsc --noEmit && nuxi typecheck playground && nuxi typecheck example"
2727
},

0 commit comments

Comments
 (0)