Przeglądaj źródła

移除set NODE_OPTIONS=--openssl-legacy-provider

xsx 1 rok temu
rodzic
commit
09ba14abbf
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      im-web/package.json

+ 1 - 1
im-web/package.json

@@ -4,7 +4,7 @@
   "private": true,
   "scripts": {
     "serve": "vue-cli-service serve",
-    "build": "set NODE_OPTIONS=--openssl-legacy-provider & vue-cli-service build",
+    "build": "vue-cli-service build",
     "lint": "vue-cli-service lint"
   },
   "dependencies": {