Skip to content

Commit 6ed2977

Browse files
committed
fix homepage
1 parent 79c190b commit 6ed2977

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "siggraph-website",
33
"version": "0.1.0",
44
"private": true,
5-
"homepage": "https://cherylqian.github.io/siggraph-website/",
5+
"homepage": "https://cherylqian.github.io/siggraph-website",
66
"dependencies": {
77
"bootstrap": "^4.1.3",
88
"gh-pages": "^2.0.0",
@@ -17,7 +17,7 @@
1717
"slick-carousel": "^1.8.1"
1818
},
1919
"scripts": {
20-
"predeploy": "yarn build",
20+
"predeploy": "npm run build",
2121
"deploy": "gh-pages -d build",
2222
"start": "react-scripts start",
2323
"build": "react-scripts build",

0 commit comments

Comments
 (0)