Skip to content

Commit

Permalink
fix: next export
Browse files Browse the repository at this point in the history
  • Loading branch information
shivam-sharma7 committed Nov 22, 2023
1 parent 9ac4bf0 commit b2ac970
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dashboard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"private": true,
"scripts": {
"dev": "next dev -p 3002",
"build": "next build && next export",
"build": "next build",
"start": "next start -p 3002",
"lint": "next lint",
"format": "prettier --write \"**/*.{ts,tsx,json,css,scss,md}\"",
Expand Down

0 comments on commit b2ac970

Please sign in to comment.