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

chore: Consolidate to using a shared NPM-script

Co-authored-by: Janne Savolainen <janne.savolainen@live.fi>
Signed-off-by: Iku-turso <mikko.aspiala@gmail.com>
This commit is contained in:
Iku-turso 2023-05-16 15:24:29 +03:00
parent f9e5f9bf43
commit 62a76d05ab

View File

@ -24,7 +24,7 @@
"license": "MIT", "license": "MIT",
"homepage": "https://github.com/lensapp/lens", "homepage": "https://github.com/lensapp/lens",
"scripts": { "scripts": {
"build": "webpack", "build": "lens-webpack-build",
"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"
@ -39,7 +39,8 @@
}, },
"devDependencies": { "devDependencies": {
"@k8slens/eslint-config": "6.5.0-alpha.1", "@k8slens/eslint-config": "6.5.0-alpha.1",
"@k8slens/jest": "^6.5.0-alpha.5",
"@k8slens/react-testing-library-discovery": "^1.0.0-alpha.4", "@k8slens/react-testing-library-discovery": "^1.0.0-alpha.4",
"@k8slens/jest": "^6.5.0-alpha.5" "@k8slens/webpack": "^6.5.0-alpha.6"
} }
} }