From 043e7bfbf6c61678fb50d266ae31f54bbae41c22 Mon Sep 17 00:00:00 2001 From: Anthony Dumas Date: Wed, 10 Feb 2021 12:21:06 +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 49ef849..c3add0a 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "build": "react-scripts build", "test": "react-scripts test", "eject": "react-scripts eject", - "prod": "forever start $(which npx) serve -l 1234 -s" + "prod": "forever start $(which npx) serve -l 1234 -s /build" }, "eslintConfig": { "extends": [