2023-06-20 14:30:42 +02:00
|
|
|
{
|
2023-06-21 06:47:54 +02:00
|
|
|
"extends": ["//"],
|
2024-07-25 23:16:07 -04:00
|
|
|
"tasks": {
|
2023-06-20 14:30:42 +02:00
|
|
|
"build": {
|
2023-06-21 06:47:54 +02:00
|
|
|
"outputs": ["dist/**", ".next/**", "!.next/cache/**"],
|
|
|
|
|
"dependsOn": ["^build"]
|
2023-06-20 14:30:42 +02:00
|
|
|
},
|
|
|
|
|
"test": {
|
2025-01-02 14:44:37 +01:00
|
|
|
"dependsOn": ["@zitadel/client#build"]
|
2023-06-20 14:30:42 +02:00
|
|
|
},
|
|
|
|
|
"test:integration": {
|
2025-01-02 14:44:37 +01:00
|
|
|
"dependsOn": ["@zitadel/client#build"]
|
2023-06-20 14:30:42 +02:00
|
|
|
},
|
|
|
|
|
"test:unit": {
|
2025-01-02 14:44:37 +01:00
|
|
|
"dependsOn": ["@zitadel/client#build"]
|
2023-06-20 14:30:42 +02:00
|
|
|
},
|
|
|
|
|
"test:watch": {
|
2025-01-02 14:44:37 +01:00
|
|
|
"dependsOn": ["@zitadel/client#build"]
|
2023-06-20 14:30:42 +02:00
|
|
|
}
|
|
|
|
|
}
|
2023-06-21 06:47:54 +02:00
|
|
|
}
|