Всем привет
Пытаю залить своё приложение на GH. Заливается, директория создаётся, но показывает белый экран. Локально всё работает
package.json:
{
"name": "office_dashboard",
"version": "0.1.0",
"private": true,
"homepage": "http://nikulio.github.io/office_dashboard",
"dependencies": {
"axios": "^0.17.1",
"firebase": "^4.9.1",
"history": "^4.7.2",
"lodash": "^4.17.4",
"react": "^16.2.0",
"react-cookies": "^0.1.0",
"react-dom": "^16.2.0",
"react-icons": "^2.2.7",
"react-redux": "^5.0.6",
"react-router": "^4.2.0",
"react-router-dom": "^4.2.2",
"react-scripts": "1.1.0",
"recharts": "^1.0.0-beta.7",
"redux": "^3.7.2",
"redux-form": "^7.2.1",
"redux-thunk": "^2.2.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"predeploy": "npm run build",
"deploy": "gh-pages -d build"
},
"devDependencies": {
"gh-pages": "^1.1.0"
}
}
Можете даже проверить, что не работает :)
В терминали пишу yarn run deploy, ввожу пасс от SSH и пишет "published". В чем может быть проблема?