Skip to content

Commit

Permalink
chore: gen component meta before dev in anu-vue
Browse files Browse the repository at this point in the history
  • Loading branch information
jd-solanki committed Dec 31, 2022
1 parent 407862a commit 79983ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/anu-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
],
"types": "./dist/types",
"scripts": {
"dev": "vite build --watch",
"dev": "pnpm gen-comp-meta && vite build --watch",
"gen-comp-meta": "na tsx ../../scripts/gen-component-meta.ts",
"gen-volar": "na tsx ../../scripts/gen-volar.ts",
"build": "pnpm gen-volar && pnpm gen-comp-meta && vite build && vue-tsc --declaration --emitDeclarationOnly",
Expand Down

0 comments on commit 79983ba

Please sign in to comment.