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", "name": "homepage",
"version": "0.1.0", "version": "0.1.0",
"private": true, "private": true,
@@ -20,7 +21,9 @@
"start": "react-scripts start", "start": "react-scripts start",
"build": "react-scripts build", "build": "react-scripts build",
"test": "react-scripts test", "test": "react-scripts test",
"eject": "react-scripts eject" "eject": "react-scripts eject",
"predeploy": "npm run build",
"deploy": "gh-pages -d build"
}, },
"eslintConfig": { "eslintConfig": {
"extends": [ "extends": [
+1 -1
View File
@@ -24,7 +24,7 @@
work correctly both with client-side routing and a non-root public URL. work correctly both with client-side routing and a non-root public URL.
Learn how to configure a non-root public URL by running `npm run build`. Learn how to configure a non-root public URL by running `npm run build`.
--> -->
<title>React App</title> <title>Ana sayfa</title>
</head> </head>
<body> <body>
<noscript>You need to enable JavaScript to run this app.</noscript> <noscript>You need to enable JavaScript to run this app.</noscript>