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"],
|
||||
"outputs": ["dist/buster"],
|
||||
"cache": false
|
||||
},
|
||||
"start": false
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -48,11 +48,6 @@
|
|||
"test:coverage": {
|
||||
"dependsOn": ["^build"],
|
||||
"outputs": ["coverage/**"]
|
||||
},
|
||||
"start": {
|
||||
"dependsOn": ["^build"],
|
||||
"cache": false,
|
||||
"persistent": true
|
||||
}
|
||||
},
|
||||
"globalEnv": [
|
||||
|
|
Loading…
Reference in New Issue