We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79c190b commit 6ed2977Copy full SHA for 6ed2977
package.json
@@ -2,7 +2,7 @@
2
"name": "siggraph-website",
3
"version": "0.1.0",
4
"private": true,
5
- "homepage": "https://cherylqian.github.io/siggraph-website/",
+ "homepage": "https://cherylqian.github.io/siggraph-website",
6
"dependencies": {
7
"bootstrap": "^4.1.3",
8
"gh-pages": "^2.0.0",
@@ -17,7 +17,7 @@
17
"slick-carousel": "^1.8.1"
18
},
19
"scripts": {
20
- "predeploy": "yarn build",
+ "predeploy": "npm run build",
21
"deploy": "gh-pages -d build",
22
"start": "react-scripts start",
23
"build": "react-scripts build",
0 commit comments