Browse Source

add build

Michael Wang 4 years ago
parent
commit
2cc357ffe8
1 changed files with 1 additions and 0 deletions
  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"
   },