mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-27 10:02:59 +08:00
chore(e2e): set up explicit dependency on server:build
This commit is contained in:
parent
ca2693ff02
commit
66ae794332
@ -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"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user