Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
a9na authored May 23, 2024
1 parent 0fc3aff commit 7cb14f4
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 @@ -7,7 +7,7 @@
"build": "next build",
"start": "next start",
"lint": "next lint",
"deploy": "next build && next export && gh-pages -d out"
"deploy": "next build && gh-pages -d out"
},
"dependencies": {
"@bradgarropy/next-link": "^1.1.0",
Expand Down

0 comments on commit 7cb14f4

Please sign in to comment.