update nvm node version, remove analyzer from build

This commit is contained in:
2025-08-27 16:14:18 +02:00
committed by Owen Rees
parent 1b35b62f1e
commit 780e1fcf39
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
"private": true,
"scripts": {
"dev": "next dev",
"build": "ANALYZE=true next build",
"build": "next build",
"start": "next start",
"lint": "next lint",
"typeCheck": "tsc -p ./tsconfig.json",