We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d8f246 commit 691da83Copy full SHA for 691da83
packages/plugin-vue/package.json
@@ -16,7 +16,7 @@
16
"build-bundle": "esbuild src/index.ts --bundle --platform=node --target=node12 --external:@vue/compiler-sfc --external:vue/compiler-sfc --external:vite --outfile=dist/index.js & npm run patch-dist",
17
"patch-dist": "ts-node ../../scripts/patchEsbuildDist.ts dist/index.js vuePlugin",
18
"build-types": "tsc -p . --emitDeclarationOnly --outDir temp && api-extractor run && rimraf temp",
19
- "prepublishOnly": "npm run build"
+ "prepublishOnly": "(cd ../vite && npm run build) && npm run build"
20
},
21
"engines": {
22
"node": ">=12.0.0"
0 commit comments