ci: add clean pipeline to turbo

This commit is contained in:
Elliot DeNolf
2023-10-02 22:16:32 -04:00
parent fdcdabd3ed
commit f94e20942b

View File

@@ -1,6 +1,9 @@
{ {
"$schema": "https://turbo.build/schema.json", "$schema": "https://turbo.build/schema.json",
"pipeline": { "pipeline": {
"clean": {
"dependsOn": ["^clean"]
},
"build": { "build": {
"cache": false, "cache": false,
"dependsOn": ["^build"], "dependsOn": ["^build"],