mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-12 19:42:37 +00:00
18 lines
217 B
JSON
18 lines
217 B
JSON
|
|
{
|
||
|
|
"extends": [
|
||
|
|
"//"
|
||
|
|
],
|
||
|
|
"pipeline": {
|
||
|
|
"generate": {
|
||
|
|
"outputs": [
|
||
|
|
"src/proto/**"
|
||
|
|
],
|
||
|
|
"cache": true
|
||
|
|
},
|
||
|
|
"build": {
|
||
|
|
"dependsOn": [
|
||
|
|
"generate"
|
||
|
|
]
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|