Skip to content

Commit cc64b97

Browse files
committed
add cname to deploy script
1 parent c5a927c commit cc64b97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
},
2323
"scripts": {
2424
"predeploy": "npm run build",
25-
"deploy": "gh-pages -d build",
25+
"deploy": "gh-pages -d build --cname sigrobotics.acm.illinois.edu",
2626
"start": "react-scripts start",
2727
"build": "react-scripts build",
2828
"test": "react-scripts test",

0 commit comments

Comments
 (0)