From 32a1498784ecd96c954742d13dc1b94a3d463b2c Mon Sep 17 00:00:00 2001 From: steven-geofrey Date: Mon, 18 Jul 2022 12:21:52 -0400 Subject: [PATCH] Update build script to move output to dist folder --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f5c762c..c6402a5 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ }, "scripts": { "start": "react-scripts start", - "build": "react-scripts build", + "build": "react-scripts build && mv build dist", "postbuild": "node prerender-metadata.js", "test": "react-scripts test", "eject": "react-scripts eject",