mirror of
https://github.com/moeru-ai/airi.git
synced 2026-08-14 08:52:42 +00:00
fix(turbo): add missing dependency for build task
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
"$schema": "https://turborepo.com/schema.json",
|
||||
"tasks": {
|
||||
"build": {
|
||||
"dependsOn": ["^build"],
|
||||
"outputs": ["dist/**"]
|
||||
},
|
||||
"@proj-airi/server-schema#build": {
|
||||
|
||||
Reference in New Issue
Block a user