Skip to content

Commit

Permalink
updates to cname
Browse files Browse the repository at this point in the history
  • Loading branch information
amytangzheng committed Sep 12, 2024
1 parent 4b3272f commit 1cd9b21
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,8 @@
"web-vitals": "^2.1.4"
},
"scripts": {
"predeploy": "npm run build",
"add-domain": "echo \"https://teamcommtools.seas.upenn.edu/\" > build/CNAME",
"deploy": "npm run add-domain && gh-pages -d build",
"predeploy": "echo 'https://teamcommtools.seas.upenn.edu/' > build/CNAME && npm run build",
"deploy": "gh-pages -d build",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
Expand Down

0 comments on commit 1cd9b21

Please sign in to comment.