Skip to content

Commit

Permalink
changed package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobotis committed Sep 9, 2024
1 parent 8bef7da commit c631d84
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 @@ -6,7 +6,8 @@
"dev": "next",
"build": "next build",
"start": "next start",
"lint": "next lint"
"lint": "next lint",
"export": "next build && next export"
},
"dependencies": {
"next": "^14.2.8",
Expand Down

0 comments on commit c631d84

Please sign in to comment.