build ok,

This commit is contained in:
louiscklaw
2025-04-14 09:39:13 +08:00
parent 3bb0b898fa
commit 5c3ca0112f

View File

@@ -9,11 +9,11 @@
"scripts": {
"dev": "rm -rf .next && next dev",
"build": "next build",
"build:w": "pnpx nodemon --ext ts,tsx,json --delay 1 --exec \"pnpm run build\"",
"build:w": "pnpx nodemon --ext ts,tsx,json,mjs,js,jsx --delay 1 --exec \"pnpm run build\"",
"start": "next start",
"lint": "next lint --quiet",
"lint:fix": "next lint --fix",
"lint:w": "pnpx nodemon --ext ts,tsx,json --delay 2 --exec \"pnpm run lint\"",
"lint:w": "pnpx nodemon --ext ts,tsx,json,mjs,js,jsx --delay 2 --exec \"pnpm run lint\"",
"typecheck": "tsc --noEmit",
"format:write": "prettier --write \"**/*.{js,jsx,mjs,ts,tsx,mdx}\" --cache",
"format:check": "prettier --check \"**/*.{js,jsx,mjs,ts,tsx,mdx}\" --cache",