Skip to content

Commit 6d1f683

Browse files
committed
feat: add coldemo.js.org to CNAME
1 parent aaa3ff3 commit 6d1f683

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
@@ -40,7 +40,7 @@
4040
"typescript": "3.5.2"
4141
},
4242
"scripts": {
43-
"deploy": "npm run build && gh-pages -d ./build -b master -r [email protected]:coldemo/coldemo.github.io.git",
43+
"deploy": "npm run build && echo coldemo.js.org > build/CNAME && gh-pages -d ./build -b master -r [email protected]:coldemo/coldemo.github.io.git",
4444
"dev": "npm start",
4545
"start": "react-scripts start",
4646
"build": "react-scripts build",

0 commit comments

Comments
 (0)