We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d1f683 commit ca39b3cCopy full SHA for ca39b3c
1 file changed
package.json
@@ -40,7 +40,7 @@
40
"typescript": "3.5.2"
41
},
42
"scripts": {
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",
+ "deploy": "npm run build && gh-pages -d ./build -b master -r [email protected]:coldemo/coldemo.github.com.git",
44
"dev": "npm start",
45
"start": "react-scripts start",
46
"build": "react-scripts build",
0 commit comments