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

chore: Consolidate more packages to use shared build script

Signed-off-by: Janne Savolainen <janne.savolainen@live.fi>
This commit is contained in:
Janne Savolainen 2023-05-03 08:17:34 +03:00 committed by Iku-turso
parent 6b130c3291
commit 7cbbcdbab7
3 changed files with 9 additions and 8 deletions

View File

@ -24,9 +24,8 @@
"license": "MIT", "license": "MIT",
"homepage": "https://github.com/lensapp/lens", "homepage": "https://github.com/lensapp/lens",
"scripts": { "scripts": {
"build": "webpack", "build": "lens-webpack-build",
"clean": "rimraf dist/", "clean": "rimraf dist/",
"dev": "webpack --mode=development --watch",
"test": "jest --coverage --runInBand", "test": "jest --coverage --runInBand",
"lint": "lens-lint", "lint": "lens-lint",
"lint:fix": "lens-lint --fix" "lint:fix": "lens-lint --fix"
@ -44,6 +43,7 @@
"devDependencies": { "devDependencies": {
"@k8slens/eslint-config": "^6.5.0-alpha.2", "@k8slens/eslint-config": "^6.5.0-alpha.2",
"@k8slens/jest": "^6.5.0-alpha.4", "@k8slens/jest": "^6.5.0-alpha.4",
"@k8slens/typescript": "^6.5.0-alpha.2" "@k8slens/typescript": "^6.5.0-alpha.2",
"@k8slens/webpack": "6.5.0-alpha.4"
} }
} }

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",
"clean": "rimraf dist/", "clean": "rimraf dist/",
"test": "jest --coverage --runInBand", "test": "jest --coverage --runInBand",
"lint": "lens-lint", "lint": "lens-lint",
@ -36,6 +36,7 @@
"devDependencies": { "devDependencies": {
"@k8slens/eslint-config": "^6.5.0-alpha.2", "@k8slens/eslint-config": "^6.5.0-alpha.2",
"@k8slens/jest": "^6.5.0-alpha.4", "@k8slens/jest": "^6.5.0-alpha.4",
"@k8slens/typescript": "^6.5.0-alpha.2" "@k8slens/typescript": "^6.5.0-alpha.2",
"@k8slens/webpack": "6.5.0-alpha.4"
} }
} }

View File

@ -24,9 +24,8 @@
"license": "MIT", "license": "MIT",
"homepage": "https://github.com/lensapp/lens", "homepage": "https://github.com/lensapp/lens",
"scripts": { "scripts": {
"build": "webpack", "build": "lens-webpack-build",
"clean": "rimraf dist/", "clean": "rimraf dist/",
"dev": "webpack --mode=development --watch",
"test": "jest --coverage --runInBand", "test": "jest --coverage --runInBand",
"lint": "lens-lint", "lint": "lens-lint",
"lint:fix": "lens-lint --fix" "lint:fix": "lens-lint --fix"
@ -36,6 +35,7 @@
"devDependencies": { "devDependencies": {
"@k8slens/eslint-config": "^6.5.0-alpha.2", "@k8slens/eslint-config": "^6.5.0-alpha.2",
"@k8slens/jest": "^6.5.0-alpha.4", "@k8slens/jest": "^6.5.0-alpha.4",
"@k8slens/typescript": "^6.5.0-alpha.2" "@k8slens/typescript": "^6.5.0-alpha.2",
"@k8slens/webpack": "6.5.0-alpha.4"
} }
} }