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": [
"client",
"server"
]
],
"targets": {
"e2e-**": {
"dependsOn": [
"server:build"
]
}
}
},
"devDependencies": {
"dotenv": "16.5.0"