Skip to content

Commit 7ac1316

Browse files
author
John Campion Jr
committed
chore: fix build problem
1 parent 61c670d commit 7ac1316

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
@@ -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)