We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c074a10 commit b110bffCopy full SHA for b110bff
1 file changed
package.json
@@ -17,9 +17,9 @@
17
},
18
"scripts": {
19
"start": "react-scripts start",
20
+ "predeploy": "npm run build",
21
+ "deploy": "gh-pages -d build",
22
"build": "react-scripts build",
- "predeploy":"npm run build",
- "deploy":"gh-pages -d build",
23
"test": "react-scripts test",
24
"eject": "react-scripts eject"
25
@@ -40,5 +40,8 @@
40
"last 1 firefox version",
41
"last 1 safari version"
42
]
43
+ },
44
+ "devDependencies": {
45
+ "gh-pages": "^5.0.0"
46
}
47
0 commit comments