We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac62c50 commit b2cfc09Copy full SHA for b2cfc09
3 files changed
ghpages
package.json
@@ -18,7 +18,9 @@
18
"build": "react-scripts build",
19
"test": "react-scripts test --verbose=true --env=jsdom",
20
"test:debug": "react-scripts test --runInBand",
21
- "eject": "react-scripts eject"
+ "eject": "react-scripts eject",
22
+ "predeploy": "yarn run build",
23
+ "deploy": "gh-pages -d build"
24
},
25
"eslintConfig": {
26
"extends": "react-app"
@@ -28,5 +30,8 @@
28
30
"not dead",
29
31
"not ie <= 11",
32
"not op_mini all"
- ]
33
+ ],
34
+ "devDependencies": {
35
+ "gh-pages": "^3.1.0"
36
+ }
37
}
0 commit comments