update build config,

This commit is contained in:
louiscklaw
2025-04-20 02:00:47 +08:00
parent b963a85cc6
commit 0f90e0ae72
3 changed files with 11 additions and 7 deletions

View File

@@ -13,7 +13,7 @@
"start": "next start",
"lint": "next lint --quiet",
"lint:fix": "next lint --fix",
"lint:w": "pnpx nodemon --ext ts,tsx,json,mjs,js,jsx --delay 60 --exec \"pnpm run lint\"",
"lint:w": "pnpx nodemon --ext ts,tsx,json,mjs,js,jsx --delay 5 --exec \"pnpm run lint\"",
"typecheck": "tsc --noEmit",
"typecheck:w": "tsc --noEmit -w",
"format:write": "prettier --write \"**/*.{js,jsx,mjs,ts,tsx,mdx}\" --cache",
@@ -116,4 +116,4 @@
"protobufjs"
]
}
}
}