mirror of
https://github.com/tiramisulabs/seyfert.git
synced 2025-07-02 04:56:07 +00:00
35 lines
701 B
JSON
35 lines
701 B
JSON
{
|
|
"$schema": "https://turborepo.org/schema.json",
|
|
"pipeline": {
|
|
"@biscuitland/rest#build": {
|
|
"dependsOn": [
|
|
"@biscuitland/common#build"
|
|
]
|
|
},
|
|
"@biscuitland/common#build": {
|
|
"dependsOn": []
|
|
},
|
|
"@biscuitland/ws#build": {
|
|
"dependsOn": [
|
|
"@biscuitland/rest#build",
|
|
"@biscuitland/common#build"
|
|
]
|
|
},
|
|
"@biscuitland/core#build": {
|
|
"dependsOn": [
|
|
"@biscuitland/rest#build",
|
|
"@biscuitland/ws#build",
|
|
"@biscuitland/common#build"
|
|
]
|
|
},
|
|
"@biscuitland/helpers#build": {
|
|
"dependsOn": []
|
|
},
|
|
"clean": {
|
|
"cache": false
|
|
},
|
|
"dev": {
|
|
"cache": false
|
|
}
|
|
}
|
|
} |