Skip to content

Commit 7ec1ec8

Browse files
committed
chore: add prepack step
1 parent bc09fa9 commit 7ec1ec8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
"build": "unbuild",
2828
"dev": "vitest",
2929
"lint": "eslint src",
30+
"prepack": "unbuild",
3031
"release": "pnpm test && pnpm build && changelogen --release --push && pnpm publish",
3132
"test": "pnpm lint && pnpm vitest run --coverage && tsc --noEmit"
3233
},

0 commit comments

Comments
 (0)