chore: fix generate automated reference action (#5589)

* chore: fix generate automated reference action

* fix dependencies

* add depends in turbo

* add install step for www workspace
This commit is contained in:
Shahed Nasser
2023-11-09 17:14:28 +02:00
committed by GitHub
parent 8a53fe6f45
commit 4f91263588
5 changed files with 220 additions and 282 deletions
+3
View File
@@ -2,6 +2,9 @@
"$schema": "https://turbo.build/schema.json",
"pipeline": {
"build": {
"dependsOn": [
"^build"
],
"outputs": [
"dist/**"
]