fix: check command needs the packages to be built first
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user