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 48aca19 commit 17081aeCopy full SHA for 17081ae
package.json
@@ -50,8 +50,8 @@
50
"build": "react-scripts build",
51
"test": "react-scripts test",
52
"eject": "react-scripts eject",
53
- "predeploy": "npm run build",
54
- "deploy": "gh-pages -d build -b gh-pages --cname kenwillcode.com"
+ "predeploy": "npm run build && cp public/CNAME build/CNAME",
+ "deploy": "gh-pages -d build -b gh-pages"
55
},
56
"devDependencies": {
57
"gh-pages": "^6.3.0"
0 commit comments