We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e63fad commit 1a09e4dCopy full SHA for 1a09e4d
1 file changed
package.json
@@ -2,6 +2,7 @@
2
"name": "react-basic",
3
"version": "0.1.0",
4
"private": true,
5
+ "homepage": "https://chaanto.github.io/react-basic",
6
"dependencies": {
7
"react": "^16.11.0",
8
"react-dom": "^16.11.0",
@@ -11,7 +12,9 @@
11
12
"start": "react-scripts start",
13
"build": "react-scripts build",
14
"test": "react-scripts test",
- "eject": "react-scripts eject"
15
+ "eject": "react-scripts eject",
16
+ "predeploy" : "npm build",
17
+ "deploy" : "gh-pages -d build"
18
},
19
"eslintConfig": {
20
"extends": "react-app"
0 commit comments