chore: improve pipeline

This commit is contained in:
Elio Bischof
2023-06-23 15:31:09 +02:00
parent 6119133901
commit 1229433094
4 changed files with 21 additions and 8 deletions

View File

@@ -8,6 +8,14 @@
"src/proto/**"
],
"cache": true
},
"build": {
"outputs": [
"dist/**"
],
"dependsOn": [
"generate"
]
}
}
}