fix: check command needs the packages to be built first
All checks were successful
Build and Push Docker Image / typecheck (push) Successful in 23s
Build and Push Docker Image / build (push) Successful in 38s

This commit is contained in:
2026-05-12 16:06:18 +02:00
parent 4b28b78800
commit 69e461b54b

View File

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