chore: add root check script
This commit is contained in:
parent
f78d2a7fe7
commit
51c27bc931
@ -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",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user