From d920b34af1d5553e223323acb0cef20f320700bc Mon Sep 17 00:00:00 2001 From: Giovanni Giordano Date: Fri, 3 Jan 2020 22:11:01 +0100 Subject: [PATCH] Fix package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c524194d..b7762034 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "start": "react-scripts start", "build": "react-scripts build", "test": "react-scripts test --env=jsdom --passWithNoTests", - "eject": "react-scripts eject" + "eject": "react-scripts eject", "deploy": "react-scripts build && gh-pages -d build" }, "browserslist": [