Explorar el Código

update package.json

RuoYi hace 1 año
padre
commit
02de344d8c
Se han modificado 1 ficheros con 3 adiciones y 3 borrados
  1. 3 3
      ruoyi-ui/package.json

+ 3 - 3
ruoyi-ui/package.json

@@ -5,9 +5,9 @@
5
   "author": "若依",
5
   "author": "若依",
6
   "license": "MIT",
6
   "license": "MIT",
7
   "scripts": {
7
   "scripts": {
8
-    "dev": "SET NODE_OPTIONS=--openssl-legacy-provider && vue-cli-service serve",
9
-    "build:prod": "SET NODE_OPTIONS=--openssl-legacy-provider && vue-cli-service build",
10
-    "build:stage": "SET NODE_OPTIONS=--openssl-legacy-provider && vue-cli-service build --mode staging",
8
+    "dev": "vue-cli-service serve",
9
+    "build:prod": "vue-cli-service build",
10
+    "build:stage": "vue-cli-service build --mode staging",
11
     "preview": "node build/index.js --preview",
11
     "preview": "node build/index.js --preview",
12
     "lint": "eslint --ext .js,.vue src"
12
     "lint": "eslint --ext .js,.vue src"
13
   },
13
   },