Skip to content

Commit

Permalink
Removed a comma
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmwu committed Oct 16, 2024
1 parent b58aeaf commit 12da2fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"lint": "eslint src/",
"preview": "vite preview",
"prepare": "husky install",
"deploy": "NODE_DEBUG=gh-pages gh-pages -d dist",
"deploy": "NODE_DEBUG=gh-pages gh-pages -d dist"
},
"engines": {
"node": ">=20.0.0"
Expand Down

0 comments on commit 12da2fe

Please sign in to comment.