diff --git a/mes/qd/package.json b/mes/qd/package.json index 132c2df1..83fc7420 100644 --- a/mes/qd/package.json +++ b/mes/qd/package.json @@ -5,10 +5,10 @@ "author": "Zheng Jie", "license": "Apache-2.0", "scripts": { - "dev": "export NODE_OPTIONS=--openssl-legacy-provider && vue-cli-service serve", - "build:prod": "export NODE_OPTIONS=--openssl-legacy-provider && vue-cli-service build", - "build:stage": "vue-cli-service build --mode staging", - "preview": "node build/index.js --preview", + "dev": "SET NODE_OPTIONS=--openssl-legacy-provider && vue-cli-service serve", + "build:prod": "SET NODE_OPTIONS=--openssl-legacy-provider && vue-cli-service build", + "build:stage": "SET NODE_OPTIONS=--openssl-legacy-provider && vue-cli-service build --mode staging", + "preview": "SET NODE_OPTIONS=--openssl-legacy-provider && node build/index.js --preview", "lint": "eslint --ext .js,.vue src", "test:unit": "jest --clearCache && vue-cli-service test:unit", "svgo": "svgo -f src/assets/icons/svg --config=src/assets/icons/svgo.yml",