mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-11 18:37:31 +00:00
26 lines
431 B
JSON
26 lines
431 B
JSON
![]() |
{
|
||
|
"$schema": "https://turbo.build/schema.json",
|
||
|
"extends": ["//"],
|
||
|
"tasks": {
|
||
|
"e2e": {
|
||
|
"cache": false,
|
||
|
"persistent": false
|
||
|
},
|
||
|
"e2e:golang": {
|
||
|
"cache": false,
|
||
|
"persistent": false
|
||
|
},
|
||
|
"e2e:golangangular": {
|
||
|
"cache": false,
|
||
|
"persistent": false
|
||
|
},
|
||
|
"e2e:angular": {
|
||
|
"cache": false,
|
||
|
"persistent": false
|
||
|
},
|
||
|
"lint": {
|
||
|
"outputs": []
|
||
|
}
|
||
|
}
|
||
|
}
|