]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
ci: sfc playground build
authorEvan You <yyx990803@gmail.com>
Sun, 12 Dec 2021 02:45:25 +0000 (10:45 +0800)
committerEvan You <yyx990803@gmail.com>
Sun, 12 Dec 2021 02:45:25 +0000 (10:45 +0800)
package.json

index f666c9602f5a1390bbf92855e23dedef7440e587..fdc37c96d4c5a24b5622db430a59ffe6beb211e8 100644 (file)
@@ -24,7 +24,7 @@
     "open": "open http://localhost:5000/packages/template-explorer/local.html",
     "preinstall": "node ./scripts/preinstall.js",
     "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",
-    "build-sfc-playground": "cd packages/sfc-playground && vite build"
+    "build-sfc-playground": "cd packages/sfc-playground && npm run build"
   },
   "types": "test-dts/index.d.ts",
   "tsd": {