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

Remove "dev" command

Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
This commit is contained in:
Alex Andreev 2023-06-01 14:05:37 +03:00
parent 1855b2ab4f
commit 41732254f1

View File

@ -51,7 +51,6 @@
"author": "OpenLens Authors <info@k8slens.dev>", "author": "OpenLens Authors <info@k8slens.dev>",
"scripts": { "scripts": {
"build": "cross-env NODE_ENV=production webpack --config webpack/library-bundle.ts --progress && linkable-push", "build": "cross-env NODE_ENV=production webpack --config webpack/library-bundle.ts --progress && linkable-push",
"dev": "cross-env NODE_ENV=development webpack --config webpack/library-bundle.ts --progress --watch",
"clean": "rimraf dist static/build", "clean": "rimraf dist static/build",
"test:unit": "jest --testPathIgnorePatterns integration", "test:unit": "jest --testPathIgnorePatterns integration",
"test:watch": "func() { jest ${1} --watch --testPathIgnorePatterns integration; }; func", "test:watch": "func() { jest ${1} --watch --testPathIgnorePatterns integration; }; func",