From 046cd1764fa4a3c798206efaecc4f1bca2db39a2 Mon Sep 17 00:00:00 2001 From: Rene Saarsoo Date: Sun, 4 Oct 2020 15:47:14 +0300 Subject: [PATCH] Fixup gone-missing start script --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 735b5dd..69d4162 100644 --- a/package.json +++ b/package.json @@ -30,6 +30,7 @@ "scripts": { "predeploy": "yarn build", "deploy": "gh-pages -d build", + "start": "react-scripts start", "build": "react-scripts build", "test": "react-scripts test", "eject": "react-scripts eject"