Add debug / verbose flag to next build

This commit is contained in:
Ryan Pandya 2025-01-16 10:19:56 -08:00
parent 1e511c9509
commit fd8029f9e6

View File

@ -7,7 +7,7 @@
"scripts": {
"dev": "next dev",
"clean": "git clean -xdf .next .turbo node_modules",
"build": "next build",
"build": "next build -d",
"start": "next start",
"lint": "next lint",
"test": "vitest",