Skip to content

Commit b66e8b8

Browse files
authored
fix: issue with vue output not generating types (#929)
1 parent 897c92b commit b66e8b8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

output/vue/vue3/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
],
2323
"scripts": {
2424
"build": "npm-run-all build:*",
25-
"build:types": "vue-tsc --declaration --emitDeclarationOnly",
26-
"build:vite": "vite build",
25+
"build:01_vite": "vite build",
26+
"build:02_types": "vue-tsc --declaration --emitDeclarationOnly",
2727
"mv:dist": "cpr dist ../../../build-outputs/vue/dist -o",
2828
"mv:package.json": "cpr package.json ../../../build-outputs/vue/package.json -o",
2929
"mv:readme": "cpr README.md ../../../build-outputs/vue/README.md -o",

0 commit comments

Comments
 (0)