mirror of
https://github.com/lowdefy/lowdefy.git
synced 2024-12-15 05:50:23 +08:00
11 lines
177 B
JSON
11 lines
177 B
JSON
|
{
|
||
|
"$schema": "https://turborepo.org/schema.json",
|
||
|
"baseBranch": "origin/main",
|
||
|
"pipeline": {
|
||
|
"build": {
|
||
|
"dependsOn": ["^build"],
|
||
|
"outputs": []
|
||
|
}
|
||
|
}
|
||
|
}
|