14 lines
216 B
JSON
14 lines
216 B
JSON
{
|
|
"$schema": "https://turbo.build/schema.json",
|
|
"tasks": {
|
|
"build": {
|
|
"dependsOn": ["^build"],
|
|
"outputs": ["dist/**"]
|
|
},
|
|
"test": {
|
|
"dependsOn": ["build"]
|
|
},
|
|
"lint": {}
|
|
}
|
|
}
|