12 lines
207 B
JSON
12 lines
207 B
JSON
{
|
|
"$schema": "https://turborepo.org/schema.json",
|
|
"pipeline": {
|
|
"build": {
|
|
"dependsOn": ["^build"],
|
|
"outputs": [
|
|
"dist/**"
|
|
]
|
|
},
|
|
"dev": {}
|
|
}
|
|
} |