chore: update package.json

This commit is contained in:
javayhu 2025-05-06 23:52:29 +08:00
parent 3887da26d0
commit c938122f7e

View File

@ -4,7 +4,7 @@
"private": true,
"scripts": {
"dev": "concurrently \"content-collections watch\" \"next dev\"",
"build": "content-collections build && NEXT_PRIVATE_MAX_WORKER_THREADS=2 next build",
"build": "content-collections build && next build",
"start": "next start",
"lint": "biome check --write .",
"lint:fix": "biome check --fix --unsafe .",