From 0622b8ddaa257c6c9286c6775155f61b236b9280 Mon Sep 17 00:00:00 2001 From: Janne Savolainen Date: Mon, 3 Apr 2023 07:15:07 +0300 Subject: [PATCH] Tweak scripts for a package Signed-off-by: Janne Savolainen --- packages/business-features/keyboard-shortcuts/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"