Skip to content

Commit

Permalink
update package
Browse files Browse the repository at this point in the history
  • Loading branch information
atiqurx committed Mar 18, 2024
1 parent 386da6c commit ae35c0d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@
"build": "next build",
"start": "next start",
"lint": "next lint",
"prepare": "husky install"
"prepare": "husky install",
"export": "next export",
"deploy": "gh-pages -d out"
},
"dependencies": {
"@ant-design/icons": "^4.7.0",
Expand Down

0 comments on commit ae35c0d

Please sign in to comment.