test and lint don't need buidl

This commit is contained in:
dal 2025-07-25 17:41:43 -06:00
parent deb866b67e
commit d0ab484a81
No known key found for this signature in database
GPG Key ID: 16F4B0E1E9F61122
1 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@
"dependsOn": ["@buster/database#dev"]
},
"lint": {
"dependsOn": ["^build", "^lint"]
"dependsOn": ["^lint"]
},
"typecheck": {
"dependsOn": ["^build"]
@ -22,7 +22,7 @@
"dependsOn": ["^build"]
},
"test:unit": {
"dependsOn": ["^build"]
"dependsOn": ["^test:unit"]
},
"test:integration": {
"dependsOn": ["^build"]