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": {
|
2024-09-04 15:47:29 +02:00
|
|
|
"dependsOn": ["@zitadel/node#build", "@zitadel/client#build"]
|
2023-06-20 14:30:42 +02:00
|
|
|
},
|
|
|
|
|
"test:integration": {
|
2024-09-04 15:47:29 +02:00
|
|
|
"dependsOn": ["@zitadel/node#build", "@zitadel/client#build"]
|
2023-06-20 14:30:42 +02:00
|
|
|
},
|
|
|
|
|
"test:unit": {
|
2024-09-04 15:47:29 +02:00
|
|
|
"dependsOn": ["@zitadel/node#build", "@zitadel/client#build"]
|
2023-06-20 14:30:42 +02:00
|
|
|
},
|
|
|
|
|
"test:watch": {
|
2024-09-04 15:47:29 +02:00
|
|
|
"dependsOn": ["@zitadel/node#build", "@zitadel/client#build"]
|
2023-06-20 14:30:42 +02:00
|
|
|
}
|
|
|
|
|
}
|
2023-06-21 06:47:54 +02:00
|
|
|
}
|