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": {
|
||||
"dependsOn": [
|
||||
"build",
|
||||
"^build",
|
||||
"download:binaries"
|
||||
]
|
||||
},
|
||||
"dev:renderer": {
|
||||
"dependsOn": [
|
||||
"build",
|
||||
"^build",
|
||||
"build:tray-icons"
|
||||
]
|
||||
},
|
||||
"dev-run": {
|
||||
"dependsOn": [
|
||||
"build"
|
||||
"^build"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user