Skip to content

Commit

Permalink
Add verbose build info
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoPonchia committed Feb 19, 2025
1 parent 515bc69 commit acc9481
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/nextjs-website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"update-docs": "./scripts/fetch-local-docs.sh",
"compile": "tsc --noEmit",
"dev": "next dev",
"build": "next build",
"build": "next build --debug",
"start": "npx serve@latest out",
"lint": "next lint",
"test": "jest -i"
Expand Down

0 comments on commit acc9481

Please sign in to comment.