edit: update deploy script to force push to gh-pages
... | ... | @@ -15,7 +15,7 @@ |
"serve": "gatsby serve", | ||
"clean": "gatsby clean", | ||
"typecheck": "tsc --noEmit", | ||
"deploy": "gatsby clean && gatsby build --prefix-paths && gh-pages -d public -b pages" | ||
"deploy": "gatsby clean && gatsby build --prefix-paths && gh-pages -d public -b pages -f" | ||
}, | ||
"dependencies": { | ||
"@iconify/react": "^5.0.2", | ||
... | ... |
Please register or sign in to comment