Skip to content

Commit 984edb6

Browse files
committed
chore: add build command
1 parent f289b3a commit 984edb6

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
@@ -16,7 +16,8 @@
1616
"dist"
1717
],
1818
"scripts": {
19-
"prepack": "unbuild",
19+
"build": "unbuild",
20+
"prepack": "pnpm build",
2021
"dev": "vitest",
2122
"release": "pnpm test && changelogen --release && npm publish && git push --follow-tags",
2223
"lint": "eslint && prettier -c src test",

0 commit comments

Comments
 (0)