From 97ce8698d0ca50f52ada8e3eed998277d751bf86 Mon Sep 17 00:00:00 2001 From: liuxy Date: Fri, 3 Jul 2026 10:52:56 +0800 Subject: [PATCH] =?UTF-8?q?rev=EF=BC=9A=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mes/qd/package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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",