diff --git a/package.json b/package.json index 810239f..5faa130 100644 --- a/package.json +++ b/package.json @@ -4,6 +4,7 @@ "dev": "python3 scripts/process_text.py && next", "dev-only": "next", "build": "python3 scripts/process_text.py && next build", + "build-only": "next build", "fetch": "python3 scripts/process_text.py", "start": "next start", "qrcode": "node scripts/generateqr.mjs"