* chore: fix generate automated reference action * fix dependencies * add depends in turbo * add install step for www workspace
15 lines
219 B
JSON
15 lines
219 B
JSON
{
|
|
"$schema": "https://turbo.build/schema.json",
|
|
"pipeline": {
|
|
"build": {
|
|
"dependsOn": [
|
|
"^build"
|
|
],
|
|
"outputs": [
|
|
"dist/**"
|
|
]
|
|
},
|
|
"lint": { },
|
|
"watch": { }
|
|
}
|
|
} |