20 lines
374 B
JSON
20 lines
374 B
JSON
{
|
|
"$schema": "https://turbo.build/schema.json",
|
|
"pipeline": {
|
|
"build": {
|
|
"dependsOn": ["^build"],
|
|
"outputs": ["!node_modules/**", "!src/**", "*/**"]
|
|
},
|
|
"test": {
|
|
"outputs": []
|
|
},
|
|
"test:integration": {
|
|
"outputs": []
|
|
},
|
|
"test:integration:chunk": {
|
|
"outputs": []
|
|
}
|
|
},
|
|
"globalDependencies": ["turbo.json"]
|
|
}
|