chore: add root check script

This commit is contained in:
ErSan 2026-01-27 19:14:33 +08:00
parent f78d2a7fe7
commit 51c27bc931

View File

@ -7,7 +7,8 @@
"lint": "pnpm -r lint",
"test": "pnpm -r test",
"format": "prettier . --write",
"typecheck": "pnpm -r typecheck"
"typecheck": "pnpm -r typecheck",
"check": "pnpm lint && pnpm typecheck && pnpm build"
},
"devDependencies": {
"@eslint/js": "^9.20.0",