From a01e339ddea60bbf5a7485828a05b285af7cb4ad Mon Sep 17 00:00:00 2001 From: caoqianming Date: Wed, 10 Apr 2024 21:43:36 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=85=BC=E5=AE=B9=E6=80=A7=E5=A4=84?= =?UTF-8?q?=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- test_client/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_client/package.json b/test_client/package.json index 35a1887..4c3ae5d 100644 --- a/test_client/package.json +++ b/test_client/package.json @@ -6,7 +6,7 @@ "license": "MIT", "scripts": { "dev": "set NODE_OPTIONS=--openssl-legacy-provider && vue-cli-service serve", - "build:prod": "vue-cli-service build", + "build:prod": "set NODE_OPTIONS=--openssl-legacy-provider && vue-cli-service build", "build:stage": "vue-cli-service build --mode staging", "preview": "node build/index.js --preview", "lint": "eslint --ext .js,.vue src",