Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
BurhanCantCode authored Jul 31, 2024
1 parent 5dbeef7 commit 2eab3e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build && next export",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
Expand All @@ -28,4 +28,4 @@
"eslint-config-next": "13.3.0",
"typescript": "5.0.4"
}
}
}

0 comments on commit 2eab3e6

Please sign in to comment.