Added gh-pages

This commit is contained in:
Hazem Krimi
2020-06-29 16:55:28 +01:00
parent 71e4946ef8
commit 853c0ab84b
2 changed files with 215 additions and 1 deletions
+4 -1
View File
@@ -3,17 +3,20 @@
"version": "0.1.0",
"private": true,
"dependencies": {
"gh-pages": "^3.1.0",
"node-sass": "^4.12.0",
"react": "^16.9.0",
"react-dom": "^16.9.0",
"react-router-dom": "^5.0.1",
"react-scripts": "3.1.1"
},
"homepage": "https://hazemkrimi.github.io/pexta",
"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"