liyongli 1 year ago
parent
commit
561b5aaf82
1 changed files with 2 additions and 2 deletions
  1. 2 2
      package.json

+ 2 - 2
package.json

@@ -4,8 +4,8 @@
   "private": true,
   "scripts": {
     "serve": "export NODE_OPTIONS=--openssl-legacy-provider && vue-cli-service serve",
-    "build": "set NODE_OPTIONS=--openssl-legacy-provider & vue-cli-service build & node ./saveOSSAGitte.js",
-    "lint": "set NODE_OPTIONS=--openssl-legacy-provider & vue-cli-service lint"
+    "build": "export NODE_OPTIONS=--openssl-legacy-provider && vue-cli-service build && node ./saveOSSAGitte.js",
+    "lint": "export NODE_OPTIONS=--openssl-legacy-provider && vue-cli-service lint"
   },
   "dependencies": {
     "@element-plus/icons-vue": "^2.0.10",