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"]
|
"dependsOn": ["@buster/database#dev"]
|
||||||
},
|
},
|
||||||
"lint": {
|
"lint": {
|
||||||
"dependsOn": ["^build", "^lint"]
|
"dependsOn": ["^lint"]
|
||||||
},
|
},
|
||||||
"typecheck": {
|
"typecheck": {
|
||||||
"dependsOn": ["^build"]
|
"dependsOn": ["^build"]
|
||||||
|
@ -22,7 +22,7 @@
|
||||||
"dependsOn": ["^build"]
|
"dependsOn": ["^build"]
|
||||||
},
|
},
|
||||||
"test:unit": {
|
"test:unit": {
|
||||||
"dependsOn": ["^build"]
|
"dependsOn": ["^test:unit"]
|
||||||
},
|
},
|
||||||
"test:integration": {
|
"test:integration": {
|
||||||
"dependsOn": ["^build"]
|
"dependsOn": ["^build"]
|
||||||
|
|
Loading…
Reference in New Issue