diff --git a/packages/business-features/keyboard-shortcuts/package.json b/packages/business-features/keyboard-shortcuts/package.json index d73e1cf386..1b60e66133 100644 --- a/packages/business-features/keyboard-shortcuts/package.json +++ b/packages/business-features/keyboard-shortcuts/package.json @@ -25,7 +25,7 @@ "homepage": "https://github.com/lensapp/lens", "scripts": { "build": "webpack", - "dev": "webpack --mode=development --watch", + "clean": "rimraf dist/", "test:unit": "jest --coverage --runInBand", "lint": "lens-lint", "lint:fix": "lens-lint --fix"