1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

chore: Fix NX-dependencies of scripts in open-lens

Co-authored-by: Janne Savolainen <janne.savolainen@live.fi>

Signed-off-by: Mikko Aspiala <mikko.aspiala@gmail.com>
This commit is contained in:
Iku-turso 2023-06-06 14:47:53 +03:00
parent bfae61afda
commit 750f06e2ef

View File

@ -96,19 +96,19 @@
},
"dev:main": {
"dependsOn": [
"build",
"^build",
"download:binaries"
]
},
"dev:renderer": {
"dependsOn": [
"build",
"^build",
"build:tray-icons"
]
},
"dev-run": {
"dependsOn": [
"build"
"^build"
]
}
}