Skip to content

Commit 7ac1316

Browse files
committed
chore: fix build problem
1 parent 61c670d commit 7ac1316

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"prepare": "npx simple-git-hooks",
3535
"release": "changelogen --release --push",
3636
"release:major": "changelogen --release --major --push",
37-
"pub": "pnpm publish --access public"
37+
"pub": "pnpm build && pnpm postbuild && pnpm publish --access public"
3838
},
3939
"publishConfig": {
4040
"access": "public"

0 commit comments

Comments
 (0)