lhl пре 1 година
родитељ
комит
4ac2565b6a
1 измењених фајлова са 2 додато и 1 уклоњено
  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",