diff --git a/package.json b/package.json index d1195c2..22acc7b 100644 --- a/package.json +++ b/package.json @@ -6,6 +6,9 @@ "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "start": "webpack-dev-server --hot" + "build": "react-scripts build", + "test": "react-scripts test", + "eject": "react-scripts eject" }, "author": "", "license": "ISC",