diff --git a/packages/utility-features/json-api/package.json b/packages/utility-features/json-api/package.json index 23250471e7..098bb35693 100644 --- a/packages/utility-features/json-api/package.json +++ b/packages/utility-features/json-api/package.json @@ -24,7 +24,7 @@ "license": "MIT", "homepage": "https://github.com/lensapp/lens", "scripts": { - "build": "webpack", + "build": "lens-webpack-build", "clean": "rimraf dist/", "dev": "webpack --mode=development --watch", "test": "jest --coverage --runInBand", diff --git a/packages/utility-features/kube-api/package.json b/packages/utility-features/kube-api/package.json index d2218da4a5..36840911b9 100644 --- a/packages/utility-features/kube-api/package.json +++ b/packages/utility-features/kube-api/package.json @@ -24,7 +24,7 @@ "license": "MIT", "homepage": "https://github.com/lensapp/lens", "scripts": { - "build": "webpack", + "build": "lens-webpack-build", "clean": "rimraf dist/", "dev": "webpack --mode=development --watch", "test": "jest --coverage --runInBand",