mirror of
https://github.com/tuono-labs/tuono
synced 2026-07-25 12:52:47 -07:00
16 lines
237 B
JSON
16 lines
237 B
JSON
{
|
|
"$schema": "https://turbo.build/schema.json",
|
|
"pipeline": {
|
|
"lint": {},
|
|
"format": {},
|
|
"test": {},
|
|
"build": {
|
|
"outputs": ["dist/**"],
|
|
"dependsOn": ["^build"]
|
|
},
|
|
"dev": {
|
|
"dependsOn": ["^dev"]
|
|
}
|
|
}
|
|
}
|