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

chore: Make a change in Feature not cause everything to be rebuilt

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 14:59:18 +03:00
parent ed75faab5d
commit f136402117

View File

@ -18,7 +18,7 @@
"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 --include-dependents --scope \\$LERNA_PACKAGE_NAME",
"postdev": "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 start",
"postinstall": "linkable",