mirror of https://github.com/buster-so/buster.git
test and lint don't need buidl
This commit is contained in:
parent
deb866b67e
commit
d0ab484a81
|
@ -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"]
|
||||
|
|
Loading…
Reference in New Issue