diff --git a/package.json b/package.json index 1e1ae5f..b772360 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ }, "scripts": { "predeploy": "npm run build", - "deploy": "react-scripts build", + "deploy": "gh-pages -d build", "start": "react-scripts start", "build": "react-scripts build && gulp licenses", "test": "react-scripts test --env=jsdom",