updated package.json for gh-pages

This commit is contained in:
Yusuf İpek
2021-01-22 20:01:46 +03:00
parent 87b02ba1f8
commit 6f0f051a2b
2 changed files with 5 additions and 2 deletions
+4 -1
View File
@@ -1,4 +1,5 @@
{
"homepage": "http://yusufipk.github.io/custom-homepage",
"name": "homepage",
"version": "0.1.0",
"private": true,
@@ -20,7 +21,9 @@
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
"eject": "react-scripts eject",
"predeploy": "npm run build",
"deploy": "gh-pages -d build"
},
"eslintConfig": {
"extends": [