ci: replace lint+typecheck with unified check step
Fixes CI failure — 'lint' script didn't exist in package.json. bun run check already covers tsc + biome + log-tag lint.
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
"includes": [
|
||||
"**",
|
||||
"!**/dist",
|
||||
"!.worktrees",
|
||||
"!**/node_modules",
|
||||
"!**/legacy-packages",
|
||||
"!scripts",
|
||||
|
||||
Reference in New Issue
Block a user