ci: add clean pipeline to turbo
This commit is contained in:
@@ -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"],
|
||||||
|
|||||||
Reference in New Issue
Block a user