Commit bf34c0e5 by liangjianmin

refactor(package.json): 移除 NODE_OPTIONS 环境变量以简化构建命令

parent 5f9c4ea7
Showing with 4 additions and 3 deletions
16.20.2
......@@ -3,9 +3,9 @@
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "SET NODE_OPTIONS=--openssl-legacy-provider && vue-cli-service serve",
"build-test": "SET NODE_OPTIONS=--openssl-legacy-provider && vue-cli-service build --mode test",
"build": "SET NODE_OPTIONS=--openssl-legacy-provider && vue-cli-service build"
"dev": "vue-cli-service serve",
"build-test": "vue-cli-service build --mode test",
"build": "vue-cli-service build"
},
"dependencies": {
"axios": "^0.21.1",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment