From 641d9cd7ab8b112b894523308e33421f8c1bda40 Mon Sep 17 00:00:00 2001 From: WindRunnerMax <651525974@qq.com> Date: Sun, 1 Dec 2024 16:49:47 +0800 Subject: [PATCH] fix: build command --- packages/react/package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/react/package.json b/packages/react/package.json index cce1295..8eccf0b 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -13,7 +13,8 @@ ], "scripts": { "dev": "react-app-rewired --openssl-legacy-provider start", - "build": "react-app-rewired --openssl-legacy-provider build", + "build": "react-app-rewired build", + "build:local": "react-app-rewired --openssl-legacy-provider build", "lint-es": "eslint --fix --ext .js,.jsx,.ts,.tsx --ignore-path .gitignore .", "lint-style": "stylelint \"**/*.{css,scss,sass}\" --fix --ignore-path .gitignore", "lint": "npm run lint-es && npm run lint-style",