From e81affe0e3913a1594ed3ff1dd7de32d58cbd416 Mon Sep 17 00:00:00 2001 From: Iku-turso Date: Thu, 27 Apr 2023 15:21:47 +0300 Subject: [PATCH] chore: Make infrastructure for webpack cleanable Co-authored-by: Janne Savolainen Signed-off-by: Iku-turso --- packages/infrastructure/webpack/package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/infrastructure/webpack/package.json b/packages/infrastructure/webpack/package.json index 3844dded35..39d1d7c303 100644 --- a/packages/infrastructure/webpack/package.json +++ b/packages/infrastructure/webpack/package.json @@ -21,6 +21,7 @@ "homepage": "https://github.com/lensapp/lens", "scripts": { "build": "webpack", + "clean": "rimraf dist/", "test:unit": "jest --coverage --runInBand" }, "dependencies": {