From d674680cbbf3c2ff795abbd5460b5d6bd32d9234 Mon Sep 17 00:00:00 2001 From: Sami Tiilikainen <97873007+samitiilikainen@users.noreply.github.com> Date: Tue, 23 May 2023 09:31:07 +0300 Subject: [PATCH] Use lens-webpack-build to get linkable Signed-off-by: Sami Tiilikainen <97873007+samitiilikainen@users.noreply.github.com> --- packages/utility-features/json-api/package.json | 2 +- packages/utility-features/kube-api/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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",