mirror of https://github.com/buster-so/buster.git
test
This commit is contained in:
parent
f668ddaf30
commit
ac82ff17a8
|
@ -5,7 +5,6 @@
|
||||||
"dependsOn": ["build"],
|
"dependsOn": ["build"],
|
||||||
"outputs": ["dist/buster"],
|
"outputs": ["dist/buster"],
|
||||||
"cache": false
|
"cache": false
|
||||||
},
|
}
|
||||||
"start": false
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -48,11 +48,6 @@
|
||||||
"test:coverage": {
|
"test:coverage": {
|
||||||
"dependsOn": ["^build"],
|
"dependsOn": ["^build"],
|
||||||
"outputs": ["coverage/**"]
|
"outputs": ["coverage/**"]
|
||||||
},
|
|
||||||
"start": {
|
|
||||||
"dependsOn": ["^build"],
|
|
||||||
"cache": false,
|
|
||||||
"persistent": true
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"globalEnv": [
|
"globalEnv": [
|
||||||
|
|
Loading…
Reference in New Issue