We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2647596 commit 2ee7b0eCopy full SHA for 2ee7b0e
package.json
@@ -27,7 +27,7 @@
27
"docs:build": "vitepress build docs",
28
"generate:version": "env-cmd -e version npm run update && npm run lint -- --fix",
29
"changeset:version": "changeset version && npm run generate:version && git add --all",
30
- "changeset:publish": "changeset publish"
+ "changeset:publish": "npm run typegen && changeset publish"
31
},
32
"files": [
33
"lib"
0 commit comments