]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
chore: update playground script
author三咲智子 Kevin Deng <sxzz@sxzz.moe>
Wed, 10 Jan 2024 18:38:43 +0000 (02:38 +0800)
committer三咲智子 Kevin Deng <sxzz@sxzz.moe>
Wed, 10 Jan 2024 18:38:43 +0000 (02:38 +0800)
package.json

index eab2a5502f7c2ff96d0d78b4a9f771404dc9a070..a0a55ba1149d62d10b1a7fbe0e8f2e0d8a3ceeff 100644 (file)
@@ -31,8 +31,7 @@
     "dev-sfc": "run-s dev-prepare-cjs dev-sfc-run",
     "dev-sfc-serve": "vite packages/sfc-playground --host",
     "dev-sfc-run": "run-p \"dev compiler-sfc -f esm-browser\" \"dev vue -if esm-bundler-runtime\" \"dev vue -ipf esm-browser-runtime\" \"dev server-renderer -if esm-bundler\" dev-sfc-serve",
-    "dev-vapor": "run-s dev-prepare-cjs dev-vapor-serve",
-    "dev-vapor-serve": "pnpm -C playground run dev",
+    "dev-vapor": "pnpm -C playground run dev",
     "serve": "serve",
     "open": "open http://localhost:3000/packages/template-explorer/local.html",
     "build-sfc-playground": "run-s build-all-cjs build-runtime-esm build-browser-esm build-ssr-esm build-sfc-playground-self",