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:
parent
bfae61afda
commit
750f06e2ef
@ -96,19 +96,19 @@
|
|||||||
},
|
},
|
||||||
"dev:main": {
|
"dev:main": {
|
||||||
"dependsOn": [
|
"dependsOn": [
|
||||||
"build",
|
"^build",
|
||||||
"download:binaries"
|
"download:binaries"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"dev:renderer": {
|
"dev:renderer": {
|
||||||
"dependsOn": [
|
"dependsOn": [
|
||||||
"build",
|
"^build",
|
||||||
"build:tray-icons"
|
"build:tray-icons"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"dev-run": {
|
"dev-run": {
|
||||||
"dependsOn": [
|
"dependsOn": [
|
||||||
"build"
|
"^build"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user