mirror of
https://github.com/yusufipk/custom-homepage.git
synced 2026-09-11 10:36:08 +00:00
updated package.json for gh-pages
This commit is contained in:
+4
-1
@@ -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": [
|
||||
|
||||
Reference in New Issue
Block a user