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

chore: Add some nx-dependencies to make dev-scripts more reliable

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

Signed-off-by: Mikko Aspiala <mikko.aspiala@gmail.com>
Signed-off-by: Iku-turso <mikko.aspiala@gmail.com>
This commit is contained in:
Iku-turso 2023-06-01 17:58:37 +03:00
parent 9d44ad8617
commit 875e5ac41c

View File

@ -77,6 +77,21 @@
"dependsOn": [
"build:app"
]
},
"dev:main": {
"dependsOn": [
"^build"
]
},
"dev:renderer": {
"dependsOn": [
"^build"
]
},
"dev-run": {
"dependsOn": [
"^build"
]
}
}
},