chore(e2e): set up explicit dependency on server:build

This commit is contained in:
Elian Doran 2025-05-09 17:26:56 +03:00
parent ca2693ff02
commit 66ae794332
No known key found for this signature in database

View File

@ -7,7 +7,14 @@
"implicitDependencies": [ "implicitDependencies": [
"client", "client",
"server" "server"
],
"targets": {
"e2e-**": {
"dependsOn": [
"server:build"
] ]
}
}
}, },
"devDependencies": { "devDependencies": {
"dotenv": "16.5.0" "dotenv": "16.5.0"