소스 검색

chore:package.json

yangfeng 2 년 전
부모
커밋
1d8dc0d25d
1개의 변경된 파일6개의 추가작업 그리고 6개의 파일을 삭제
  1. 6 6
      package.json

+ 6 - 6
package.json

@@ -3,13 +3,13 @@
   "version": "0.1.0",
   "private": true,
   "scripts": {
-    "serve": "SET NODE_OPTIONS=--openssl-legacy-provider && vue-cli-service serve --port 8081",
-    "build": "SET NODE_OPTIONS=--openssl-legacy-provider && vue-cli-service build --mode production",
-    "build:linux": "SET NODE_OPTIONS=--openssl-legacy-provider && rm -rf node_module/.cache && vue-cli-service build",
-    "build:test": "SET NODE_OPTIONS=--openssl-legacy-provider && vue-cli-service build --mode test",
-    "lint": "SET NODE_OPTIONS=--openssl-legacy-provider && vue-cli-service lint --fix",
+    "serve": "vue-cli-service serve --port 8081",
+    "build": "vue-cli-service build --mode production",
+    "build:linux": "rm -rf node_module/.cache && vue-cli-service build",
+    "build:test": "vue-cli-service build --mode test",
+    "lint": "vue-cli-service lint --fix",
     "analyzer": "use_analyzer=true vue-cli-service build --mode production",
-    "analyze": "SET NODE_OPTIONS=--openssl-legacy-provider && cross-env use_analyzer=true vue-cli-service build --mode production"
+    "analyze": "cross-env use_analyzer=true vue-cli-service build --mode production"
   },
   "dependencies": {
     "@jianyu/easy-fix-sub-app": "^0.0.1",