mirror of
https://github.com/tiramisulabs/seyfert.git
synced 2025-07-01 20:46:08 +00:00
34 lines
770 B
JSON
34 lines
770 B
JSON
{
|
|
"$schema": "https://turborepo.org/schema.json",
|
|
"baseBranch": "origin/main",
|
|
"pipeline": {
|
|
"@biscuitland/api-types#build": {
|
|
"dependsOn": []
|
|
},
|
|
"@biscuitland/cache#build": {
|
|
"dependsOn": ["@biscuitland/api-types#build"]
|
|
},
|
|
"@biscuitland/rest#build": {
|
|
"dependsOn": ["@biscuitland/api-types#build"]
|
|
},
|
|
"@biscuitland/ws#build": {
|
|
"dependsOn": ["@biscuitland/api-types#build"]
|
|
},
|
|
"@biscuitland/core#build": {
|
|
"dependsOn": ["@biscuitland/api-types#build", "@biscuitland/rest#build", "@biscuitland/ws#build"]
|
|
},
|
|
"@biscuitland/helpers#build": {
|
|
"dependsOn": ["@biscuitland/api-types#build", "@biscuitland/core#build"]
|
|
},
|
|
"clean": {
|
|
"cache": false
|
|
},
|
|
"lint": {
|
|
"outputs": []
|
|
},
|
|
"dev": {
|
|
"cache": false
|
|
}
|
|
}
|
|
}
|