Skip to content

Commit

Permalink
chore: fix publish, build vite before plugin-react and plugin-vue (#6…
Browse files Browse the repository at this point in the history
…988)
  • Loading branch information
patak-dev committed Feb 18, 2022
1 parent 4d8f246 commit 691da83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/plugin-vue/package.json
Expand Up @@ -16,7 +16,7 @@
"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",
"patch-dist": "ts-node ../../scripts/patchEsbuildDist.ts dist/index.js vuePlugin",
"build-types": "tsc -p . --emitDeclarationOnly --outDir temp && api-extractor run && rimraf temp",
"prepublishOnly": "npm run build"
"prepublishOnly": "(cd ../vite && npm run build) && npm run build"
},
"engines": {
"node": ">=12.0.0"
Expand Down

0 comments on commit 691da83

Please sign in to comment.