We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ac2f52 commit 595fbd2Copy full SHA for 595fbd2
package.json
@@ -1,6 +1,7 @@
1
{
2
"name": "gitpages",
3
"version": "0.1.0",
4
+ "homepage": "https://eshraj302.github.io",
5
"private": true,
6
"dependencies": {
7
"@testing-library/jest-dom": "^5.16.4",
@@ -15,7 +16,9 @@
15
16
"start": "react-scripts start",
17
"build": "react-scripts build",
18
"test": "react-scripts test",
- "eject": "react-scripts eject"
19
+ "eject": "react-scripts eject",
20
+ "predeploy": "npm run build",
21
+ "deploy": "gh-pages -d build"
22
},
23
"eslintConfig": {
24
"extends": [
@@ -34,5 +37,8 @@
34
37
"last 1 firefox version",
35
38
"last 1 safari version"
36
39
]
40
+ },
41
+ "devDependencies": {
42
+ "gh-pages": "^4.0.0"
43
}
44
0 commit comments