소스 검색

user-serve

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",