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": {