Browse Source

user-serve

lhl 1 năm trước cách đây
mục cha
commit
4ac2565b6a
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  1. 2 1
      package.json

+ 2 - 1
package.json

@@ -5,7 +5,8 @@
   "scripts": {
     "serve": "SET NODE_OPTIONS=--openssl-legacy-provider && vue-cli-service serve --open  --mode=dev",
     "dev": "vue-cli-service serve --open  --mode=dev",
-    "build": "SET NODE_OPTIONS=--openssl-legacy-provider && vue-cli-service build --mode=production"
+    "build": "SET NODE_OPTIONS=--openssl-legacy-provider && vue-cli-service build --mode=production",
+	"builds": "vue-cli-service build --mode=production"
   },
   "dependencies": {
     "@babel/polyfill": "^7.12.1",