1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

Tweak scripts for a package

Signed-off-by: Janne Savolainen <janne.savolainen@live.fi>
This commit is contained in:
Janne Savolainen 2023-04-03 07:15:07 +03:00
parent 261d1ea310
commit 0622b8ddaa
No known key found for this signature in database
GPG Key ID: 8C6CFB2FFFE8F68A

View File

@ -25,7 +25,7 @@
"homepage": "https://github.com/lensapp/lens", "homepage": "https://github.com/lensapp/lens",
"scripts": { "scripts": {
"build": "webpack", "build": "webpack",
"dev": "webpack --mode=development --watch", "clean": "rimraf dist/",
"test:unit": "jest --coverage --runInBand", "test:unit": "jest --coverage --runInBand",
"lint": "lens-lint", "lint": "lens-lint",
"lint:fix": "lens-lint --fix" "lint:fix": "lens-lint --fix"