Michael Wang 4 tahun lalu
induk
melakukan
2cc357ffe8
1 mengubah file dengan 1 tambahan dan 0 penghapusan
  1. 1 0
      package.json

+ 1 - 0
package.json

@@ -6,6 +6,7 @@
     "start": "vite",
     "dev": "vite --force",
     "build": "vue-tsc --noEmit && vite build",
+    "build-without-type-check": "vite build",
     "typecheck": "vue-tsc --noEmit",
     "serve": "vite preview"
   },