zhangjie 1 year ago
parent
commit
39a0dda162
1 changed files with 1 additions and 1 deletions
  1. 1 1
      package.json

+ 1 - 1
package.json

@@ -5,7 +5,7 @@
   "scripts": {
     "start": "vite --host 0.0.0.0",
     "dev": "vite --force",
-    "prebuild": "node --experimental-json-modules prebuild.mjs",
+    "prebuildTest": "node --experimental-json-modules prebuild.mjs",
     "build": "vite build",
     "build-without-type-check": "vite build",
     "typecheck": "vue-tsc --noEmit --skipLibCheck",