chore(tooling): refresh safe deps and checks

This commit is contained in:
YeonGyu-Kim
2026-05-14 13:46:11 +09:00
parent d16d47a0b4
commit f10251b59d
12 changed files with 188 additions and 80 deletions
+2 -2
View File
@@ -49,11 +49,11 @@ web/
# from web/ directory
bun install
bun run dev # next dev (local Node.js)
bun run lint # eslint
bun run lint # biome lint + eslint
bun run lint:fix
bun run format # prettier --write
bun run format:check
bun run type-check # tsc --noEmit
bun run type-check # tsgo --noEmit
bun run build # next build (Node target — for sanity)
bun run preview # opennextjs-cloudflare build + preview locally
bun run deploy # opennextjs-cloudflare build + deploy to Cloudflare