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",
"pipeline": {
"clean": {
"dependsOn": ["^clean"]
},
"build": {
"cache": false,
"dependsOn": ["^build"],