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

allow nodemon restart via rs<enter>

Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
This commit is contained in:
Jari Kolehmainen 2021-04-22 09:23:38 +03:00
parent 33ca6c9c17
commit c76edb862a

View File

@ -10,7 +10,7 @@
"name": "OpenLens Authors"
},
"scripts": {
"dev": "concurrently -k \"yarn run dev-run -C\" yarn:dev:*",
"dev": "concurrently -i -k \"yarn run dev-run -C\" yarn:dev:*",
"dev-build": "concurrently yarn:compile:*",
"debug-build": "concurrently yarn:compile:main yarn:compile:extension-types",
"dev-run": "nodemon --watch static/build/main.js --exec \"electron --remote-debugging-port=9223 --inspect .\"",