generate before build

This commit is contained in:
Elio Bischof
2024-10-18 23:07:31 +02:00
parent 7b43cac249
commit e58e8c55b4

View File

@@ -6,6 +6,9 @@
"build": {
"outputs": [
"dist/**"
],
"dependsOn": [
"@zitadel/proto#generate"
]
}
}