Files
lbf-bot/package.json
Pihkaal 69e461b54b
All checks were successful
Build and Push Docker Image / typecheck (push) Successful in 23s
Build and Push Docker Image / build (push) Successful in 38s
fix: check command needs the packages to be built first
2026-05-12 16:06:18 +02:00

12 lines
284 B
JSON

{
"name": "lbf-bot",
"packageManager": "pnpm@10.24.0",
"scripts": {
"check": "pnpm --filter @lbf-bot/utils run build && pnpm --filter @lbf-bot/database run build && pnpm -r check"
},
"devDependencies": {
"eslint": "^10.3.0",
"typescript-eslint": "^8.59.2"
}
}