Skip to content

Commit 17081ae

Browse files
committed
adjusting predeploy and deploy
1 parent 48aca19 commit 17081ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@
5050
"build": "react-scripts build",
5151
"test": "react-scripts test",
5252
"eject": "react-scripts eject",
53-
"predeploy": "npm run build",
54-
"deploy": "gh-pages -d build -b gh-pages --cname kenwillcode.com"
53+
"predeploy": "npm run build && cp public/CNAME build/CNAME",
54+
"deploy": "gh-pages -d build -b gh-pages"
5555
},
5656
"devDependencies": {
5757
"gh-pages": "^6.3.0"

0 commit comments

Comments
 (0)