mirror of
https://github.com/TabbyML/tabby
synced 2024-11-22 17:41:54 +00:00
5027d466ed
* chore(email): fix build * update
19 lines
301 B
JSON
19 lines
301 B
JSON
{
|
|
"$schema": "https://turbo.build/schema.json",
|
|
"pipeline": {
|
|
"build": {
|
|
"dependsOn": [
|
|
"^build"
|
|
],
|
|
"outputs": [
|
|
"out/**",
|
|
"dist/**",
|
|
".next/**",
|
|
"!.next/cache/**"
|
|
]
|
|
},
|
|
"lint": {},
|
|
"lint:fix": {},
|
|
"test": {}
|
|
}
|
|
} |