From f21fa232529891773de835b0547407370a3c14f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=86=AF=E5=87=AF?= <371894675@qq.com> Date: Tue, 5 Dec 2023 19:02:21 +0800 Subject: [PATCH] rectify build command --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index a4c6453..b7a9e66 100644 --- a/package.json +++ b/package.json @@ -5,8 +5,8 @@ "author": "Micheal", "license": "MIT", "scripts": { - "dev": "SET NODE_OPTIONS=--openssl-legacy-provider && vue-cli-service serve", - "build:prod": "SET NODE_OPTIONS=--openssl-legacy-provider && vue-cli-service build", + "dev": "vue-cli-service serve", + "build:prod": "vue-cli-service build", "build:stage": "vue-cli-service build --mode staging", "preview": "node build/index.js --preview", "lint": "eslint --ext .js,.vue src"