Add debug / verbose flag to next build
This commit is contained in:
parent
1e511c9509
commit
fd8029f9e6
@ -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",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user