From 8165bac12eec6440e0fa5b557a3e78d557d52303 Mon Sep 17 00:00:00 2001 From: Maria Corban <121573716+cmary2023@users.noreply.github.com> Date: Wed, 6 Sep 2023 21:04:55 +0100 Subject: [PATCH] Update package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index de0d6e85..5d84dc2a 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "tachyons": "^4.12.0" }, "scripts": { - "start": "react-scripts start", + "start": "serve -s build", "build": "react-scripts build", "test": "react-scripts test --env=jsdom", "eject": "react-scripts eject"