Skip to content

Commit 75b42d3

Browse files
committed
chore: update typegen
1 parent 7633074 commit 75b42d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@
2222
"update": "node ./tools/update.js",
2323
"update-resources": "node ./tools/update-resources.js",
2424
"typegen": "node ./tools/generate-typegen.mjs",
25-
"build": "tsdown",
25+
"build": "npm run typegen && tsdown",
2626
"docs:watch": "vitepress dev docs",
2727
"predocs:build": "npm run update",
2828
"docs:build": "vitepress build docs",
2929
"generate:version": "env-cmd -e version npm run update && npm run lint:fix",
3030
"changeset:version": "changeset version && npm run generate:version && git add --all",
31-
"changeset:publish": "npm run typegen && npm run build && changeset publish"
31+
"changeset:publish": "npm run build && changeset publish"
3232
},
3333
"files": [
3434
"dist"

0 commit comments

Comments
 (0)