Skip to content

Commit 7d71a1c

Browse files
committed
ci: fix sfc playground build
1 parent d6be340 commit 7d71a1c

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"serve": "serve",
2424
"open": "open http://localhost:5000/packages/template-explorer/local.html",
2525
"preinstall": "node ./scripts/preinstall.js",
26-
"prebuild-sfc-playground": "node scripts/build.js compiler ref-transform shared -af cjs && node scripts/build.js runtime reactivity shared -af esm-bundler && node scripts/build.js vue -f esm-bundler-runtime && node scripts/build.js vue -f esm-browser-runtime && node scripts/build.js compiler-sfc -f esm-browser",
26+
"prebuild-sfc-playground": "node scripts/build.js compiler reactivity-transform shared -af cjs && node scripts/build.js runtime reactivity shared -af esm-bundler && node scripts/build.js vue -f esm-bundler-runtime && node scripts/build.js vue -f esm-browser-runtime && node scripts/build.js compiler-sfc -f esm-browser",
2727
"build-sfc-playground": "cd packages/sfc-playground && npm run build"
2828
},
2929
"types": "test-dts/index.d.ts",
@@ -58,7 +58,6 @@
5858
"@types/node": "^16.4.7",
5959
"@types/puppeteer": "^5.0.0",
6060
"@typescript-eslint/parser": "^4.1.1",
61-
"@vitejs/plugin-vue": "^1.10.2",
6261
"@vue/reactivity": "workspace:*",
6362
"@vue/runtime-core": "workspace:*",
6463
"@vue/runtime-dom": "workspace:*",

pnpm-lock.yaml

Lines changed: 0 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)