Skip to content

Commit 2ee7b0e

Browse files
committed
fix: update publish command to include type generation
1 parent 2647596 commit 2ee7b0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"docs:build": "vitepress build docs",
2828
"generate:version": "env-cmd -e version npm run update && npm run lint -- --fix",
2929
"changeset:version": "changeset version && npm run generate:version && git add --all",
30-
"changeset:publish": "changeset publish"
30+
"changeset:publish": "npm run typegen && changeset publish"
3131
},
3232
"files": [
3333
"lib"

0 commit comments

Comments
 (0)