diff --git a/packages/kubectl-versions/package.json b/packages/kubectl-versions/package.json index 89ea6bffeb..3e433bfaae 100644 --- a/packages/kubectl-versions/package.json +++ b/packages/kubectl-versions/package.json @@ -23,7 +23,6 @@ "compute-versions": "node ./build/compute-versions.mjs", "prebuild": "npm run compute-versions", "build": "lens-webpack-build", - "dev": "webpack --mode=development --watch", "test": "jest --coverage --runInBand" }, "peerDependencies": { diff --git a/packages/list-layout/package.json b/packages/list-layout/package.json index adeaed9194..b5826a7ee8 100644 --- a/packages/list-layout/package.json +++ b/packages/list-layout/package.json @@ -26,7 +26,6 @@ "scripts": { "build": "lens-webpack-build", "clean": "rimraf dist/", - "dev": "webpack --mode=development --watch", "test": "jest --coverage --runInBand", "lint": "lens-lint", "lint:fix": "lens-lint --fix" diff --git a/packages/metrics/package.json b/packages/metrics/package.json index 0b32c0b8c5..2505de2126 100644 --- a/packages/metrics/package.json +++ b/packages/metrics/package.json @@ -26,7 +26,6 @@ "scripts": { "build": "lens-webpack-build", "clean": "rimraf dist/", - "dev": "webpack --mode=development --watch", "test": "jest --coverage --runInBand", "lint": "lens-lint", "lint:fix": "lens-lint --fix" diff --git a/packages/utility-features/json-api/package.json b/packages/utility-features/json-api/package.json index 098bb35693..daf5c2763d 100644 --- a/packages/utility-features/json-api/package.json +++ b/packages/utility-features/json-api/package.json @@ -26,7 +26,6 @@ "scripts": { "build": "lens-webpack-build", "clean": "rimraf dist/", - "dev": "webpack --mode=development --watch", "test": "jest --coverage --runInBand", "lint": "lens-lint", "lint:fix": "lens-lint --fix"