This commit is contained in:
Wells Bunker 2025-09-24 15:29:29 -06:00
parent f668ddaf30
commit ac82ff17a8
No known key found for this signature in database
GPG Key ID: DB16D6F2679B78FC
2 changed files with 1 additions and 7 deletions

View File

@ -5,7 +5,6 @@
"dependsOn": ["build"], "dependsOn": ["build"],
"outputs": ["dist/buster"], "outputs": ["dist/buster"],
"cache": false "cache": false
}, }
"start": false
} }
} }

View File

@ -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": [