Skip to content

Commit

Permalink
fix: issue with vue output not generating types (#929)
Browse files Browse the repository at this point in the history
  • Loading branch information
nmerget authored Apr 26, 2023
1 parent 897c92b commit b66e8b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions output/vue/vue3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
],
"scripts": {
"build": "npm-run-all build:*",
"build:types": "vue-tsc --declaration --emitDeclarationOnly",
"build:vite": "vite build",
"build:01_vite": "vite build",
"build:02_types": "vue-tsc --declaration --emitDeclarationOnly",
"mv:dist": "cpr dist ../../../build-outputs/vue/dist -o",
"mv:package.json": "cpr package.json ../../../build-outputs/vue/package.json -o",
"mv:readme": "cpr README.md ../../../build-outputs/vue/README.md -o",
Expand Down

0 comments on commit b66e8b8

Please sign in to comment.