Add gh-pages

This commit is contained in:
Hazem Krimi
2020-10-16 14:04:33 +01:00
parent be8ea198ef
commit d039d76d80
2 changed files with 76 additions and 4 deletions
+6 -1
View File
@@ -15,11 +15,13 @@
"styled-components": "^5.2.0",
"typescript": "~3.7.2"
},
"homepage": "https://hazemkrimi.github.io/react-weather-app",
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
"eject": "react-scripts eject",
"deploy": "npm run build && gh-pages -d build"
},
"eslintConfig": {
"extends": "react-app"
@@ -35,5 +37,8 @@
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"gh-pages": "^3.1.0"
}
}