mirror of
https://github.com/moeru-ai/airi.git
synced 2026-05-17 04:20:26 +00:00
* fix(deps): resolve race condition while building electron-vueuse and electron-eventa with turbo * [autofix.ci] apply automated fixes --------- Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
12 lines
256 B
JSON
12 lines
256 B
JSON
{
|
|
"$schema": "https://turborepo.com/schema.json",
|
|
"tasks": {
|
|
"build": {
|
|
"outputs": ["dist/**"]
|
|
},
|
|
"@proj-airi/electron-vueuse#build": {
|
|
"dependsOn": ["@proj-airi/electron-eventa#build"],
|
|
"outputs": ["dist/**"]
|
|
}
|
|
}
|
|
}
|