mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
chore: Rely more on nx-cache to make "dev" start faster
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:
parent
875e5ac41c
commit
e0d1de4207
@ -17,8 +17,7 @@
|
||||
"build:docs": "lerna run --stream build:docs",
|
||||
"clean": "lerna run clean --stream",
|
||||
"clean:node_modules": "lerna clean -y && rimraf node_modules",
|
||||
"dev": "cross-env NODE_ENV=development lerna run build --stream --skip-nx-cache",
|
||||
"postdev": "cross-env NODE_ENV=development lerna watch -- lerna run build --stream --scope \\$LERNA_PACKAGE_NAME",
|
||||
"dev": "cross-env NODE_ENV=development lerna watch -- lerna run build --stream --scope \\$LERNA_PACKAGE_NAME",
|
||||
"prestart-dev": "cd ./open-lens && npm run build:tray-icons && npm run download:binaries",
|
||||
"start-dev": "lerna run dev:main,dev:renderer,dev-run --stream --scope open-lens",
|
||||
"postinstall": "linkable",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user