Skip to content

Commit

Permalink
Fix CNAME reset issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Schutte committed Mar 5, 2019
1 parent 12b0e65 commit c3863f5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,8 @@
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"predeploy": "npm run build",
"add-domain": "echo \"tmikeschu.com\" > build/CNAME",
"deploy": "gh-pages -d build -b master",
"deploy": "npm run build && npm run add-domain && gh-pages -d build -b master",
"lint-staged": "$(npm bin)/lint-staged"
},
"lint-staged": {
Expand Down

0 comments on commit c3863f5

Please sign in to comment.