Skip to content

Commit 77780cd

Browse files
committed
ci: sfc playground build
1 parent 7e40060 commit 77780cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"open": "open http://localhost:5000/packages/template-explorer/local.html",
2525
"preinstall": "node ./scripts/preinstall.js",
2626
"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",
27-
"build-sfc-playground": "cd packages/sfc-playground && vite build"
27+
"build-sfc-playground": "cd packages/sfc-playground && npm run build"
2828
},
2929
"types": "test-dts/index.d.ts",
3030
"tsd": {

0 commit comments

Comments
 (0)