This commit is contained in:
Florian Forster
2025-08-05 21:46:25 -07:00
parent ec0c5f2a71
commit 6beec34cf9
4 changed files with 100 additions and 1254 deletions

View File

@@ -28,6 +28,16 @@
"generate"
]
},
"lint": {
"dependsOn": [
"generate"
]
},
"lint:fix": {
"dependsOn": [
"generate"
]
},
"docker:build": {
"dependsOn": [
"build"