Skip to content

Commit

Permalink
Build
Browse files Browse the repository at this point in the history
  • Loading branch information
rakib committed Oct 1, 2024
1 parent bb23203 commit 893398f
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 @@
],
"scripts": {
"dev": "next dev",
"build": "next build",
"build": "npm install --legacy-peer-deps && next build",
"start": "next start",
"init": "npm install && npm run dev",
"lint": "next lint"
Expand Down

0 comments on commit 893398f

Please sign in to comment.