Skip to content

Commit 595fbd2

Browse files
update
1 parent 7ac2f52 commit 595fbd2

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

package.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "gitpages",
33
"version": "0.1.0",
4+
"homepage": "https://eshraj302.github.io",
45
"private": true,
56
"dependencies": {
67
"@testing-library/jest-dom": "^5.16.4",
@@ -15,7 +16,9 @@
1516
"start": "react-scripts start",
1617
"build": "react-scripts build",
1718
"test": "react-scripts test",
18-
"eject": "react-scripts eject"
19+
"eject": "react-scripts eject",
20+
"predeploy": "npm run build",
21+
"deploy": "gh-pages -d build"
1922
},
2023
"eslintConfig": {
2124
"extends": [
@@ -34,5 +37,8 @@
3437
"last 1 firefox version",
3538
"last 1 safari version"
3639
]
40+
},
41+
"devDependencies": {
42+
"gh-pages": "^4.0.0"
3743
}
3844
}

0 commit comments

Comments
 (0)