Skip to content
Snippets Groups Projects
Commit 2b65636c authored by Linzheng Tang's avatar Linzheng Tang
Browse files

edit: update deploy script to force push to gh-pages

parent f5336dfd
No related branches found
No related tags found
No related merge requests found
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
"serve": "gatsby serve", "serve": "gatsby serve",
"clean": "gatsby clean", "clean": "gatsby clean",
"typecheck": "tsc --noEmit", "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": { "dependencies": {
"@iconify/react": "^5.0.2", "@iconify/react": "^5.0.2",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment