ci: add clean pipeline to turbo
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
{
|
||||
"$schema": "https://turbo.build/schema.json",
|
||||
"pipeline": {
|
||||
"clean": {
|
||||
"dependsOn": ["^clean"]
|
||||
},
|
||||
"build": {
|
||||
"cache": false,
|
||||
"dependsOn": ["^build"],
|
||||
|
||||
Reference in New Issue
Block a user