Skip to content

Commit

Permalink
fix: package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
mateobelanger committed Nov 22, 2024
1 parent 7d2826f commit bfe8bf6
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",
"export": "next build && next export",
"deploy": "gh-pages -d out -t true",
"deploy": "gh-pages -d out -t true"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit bfe8bf6

Please sign in to comment.