From b283f8406b9b2c4e4dafbc4fe633c2427f5a928a Mon Sep 17 00:00:00 2001 From: peter279k Date: Thu, 10 Mar 2022 17:57:27 +0800 Subject: [PATCH] Fix build script --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ceee2a9..df31425 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ }, "scripts": { "start": "react-scripts start", - "build": "react-scripts docs", + "build": "react-scripts build", "test": "react-scripts test", "eject": "react-scripts eject" },