Skip to content

Commit

Permalink
Added missing deploy script (#473)
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmwu authored Oct 16, 2024
1 parent 065237f commit 65ed97e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
"build": "vite build",
"lint": "eslint src/",
"preview": "vite preview",
"prepare": "husky install"
"prepare": "husky install",
"deploy": "NODE_DEBUG=gh-pages gh-pages -d public"
},
"engines": {
"node": ">=20.0.0"
Expand Down

0 comments on commit 65ed97e

Please sign in to comment.