From a942255fa54c66ee94562fdd38bce15b249a5e56 Mon Sep 17 00:00:00 2001 From: caoqianming Date: Mon, 20 Feb 2023 11:12:19 +0800 Subject: [PATCH] =?UTF-8?q?openssl=20node18=20=E5=85=BC=E5=AE=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hb_client/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hb_client/package.json b/hb_client/package.json index c6b15d9..8e3aa61 100644 --- a/hb_client/package.json +++ b/hb_client/package.json @@ -7,7 +7,7 @@ "scripts": { "dev": "set NODE_OPTIONS=--openssl-legacy-provider && vue-cli-service serve", "dev:docker": "NODE_ENV=development PORT=80 ./node_modules/.bin/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",