We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e40060 commit 77780cdCopy full SHA for 77780cd
package.json
@@ -24,7 +24,7 @@
24
"open": "open http://localhost:5000/packages/template-explorer/local.html",
25
"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",
27
- "build-sfc-playground": "cd packages/sfc-playground && vite build"
+ "build-sfc-playground": "cd packages/sfc-playground && npm run build"
28
},
29
"types": "test-dts/index.d.ts",
30
"tsd": {
0 commit comments