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

chore: Make all local packages opt-in to linkable-push after build:dev

Co-authored-by: Janne Savolainen <janne.savolainen@live.fi>

Signed-off-by: Mikko Aspiala <mikko.aspiala@gmail.com>
This commit is contained in:
Iku-turso 2023-06-06 11:29:27 +03:00
parent 1755c498de
commit 1c27ce00e5
33 changed files with 33 additions and 0 deletions

View File

@ -25,6 +25,7 @@
"homepage": "https://github.com/lensapp/lens", "homepage": "https://github.com/lensapp/lens",
"scripts": { "scripts": {
"build": "lens-webpack-build", "build": "lens-webpack-build",
"linkable-push": "linkable-push",
"clean": "rimraf dist/", "clean": "rimraf dist/",
"test:unit": "jest --coverage --runInBand", "test:unit": "jest --coverage --runInBand",
"lint": "lens-lint", "lint": "lens-lint",

View File

@ -25,6 +25,7 @@
"homepage": "https://github.com/lensapp/lens", "homepage": "https://github.com/lensapp/lens",
"scripts": { "scripts": {
"build": "lens-webpack-build", "build": "lens-webpack-build",
"linkable-push": "linkable-push",
"clean": "rimraf dist/", "clean": "rimraf dist/",
"test": "jest --coverage --runInBand", "test": "jest --coverage --runInBand",
"lint": "lens-lint", "lint": "lens-lint",

View File

@ -25,6 +25,7 @@
"homepage": "https://github.com/lensapp/lens", "homepage": "https://github.com/lensapp/lens",
"scripts": { "scripts": {
"build": "lens-webpack-build", "build": "lens-webpack-build",
"linkable-push": "linkable-push",
"clean": "rimraf dist/", "clean": "rimraf dist/",
"test": "jest --coverage --runInBand", "test": "jest --coverage --runInBand",
"lint": "lens-lint", "lint": "lens-lint",

View File

@ -23,6 +23,7 @@
"compute-versions": "node ./build/compute-versions.mjs", "compute-versions": "node ./build/compute-versions.mjs",
"prebuild": "npm run compute-versions", "prebuild": "npm run compute-versions",
"build": "lens-webpack-build", "build": "lens-webpack-build",
"linkable-push": "linkable-push",
"dev": "webpack --mode=development --watch", "dev": "webpack --mode=development --watch",
"test": "jest --coverage --runInBand" "test": "jest --coverage --runInBand"
}, },

View File

@ -25,6 +25,7 @@
"homepage": "https://github.com/lensapp/lens", "homepage": "https://github.com/lensapp/lens",
"scripts": { "scripts": {
"build": "lens-webpack-build", "build": "lens-webpack-build",
"linkable-push": "linkable-push",
"clean": "rimraf dist/", "clean": "rimraf dist/",
"test": "jest --coverage --runInBand", "test": "jest --coverage --runInBand",
"lint": "lens-lint", "lint": "lens-lint",

View File

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

View File

@ -25,6 +25,7 @@
"homepage": "https://github.com/lensapp/lens", "homepage": "https://github.com/lensapp/lens",
"scripts": { "scripts": {
"build": "lens-webpack-build", "build": "lens-webpack-build",
"linkable-push": "linkable-push",
"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"

View File

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

View File

@ -25,6 +25,7 @@
"homepage": "https://github.com/lensapp/lens", "homepage": "https://github.com/lensapp/lens",
"scripts": { "scripts": {
"build": "lens-webpack-build", "build": "lens-webpack-build",
"linkable-push": "linkable-push",
"lint": "lens-lint", "lint": "lens-lint",
"lint:fix": "lens-lint --fix" "lint:fix": "lens-lint --fix"
}, },

View File

@ -26,6 +26,7 @@
"scripts": { "scripts": {
"clean": "rimraf dist/", "clean": "rimraf dist/",
"build": "lens-webpack-build", "build": "lens-webpack-build",
"linkable-push": "linkable-push",
"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"

View File

@ -26,6 +26,7 @@
"scripts": { "scripts": {
"clean": "rimraf dist/", "clean": "rimraf dist/",
"build": "lens-webpack-build", "build": "lens-webpack-build",
"linkable-push": "linkable-push",
"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"

View File

@ -26,6 +26,7 @@
"scripts": { "scripts": {
"clean": "rimraf dist/", "clean": "rimraf dist/",
"build": "lens-webpack-build", "build": "lens-webpack-build",
"linkable-push": "linkable-push",
"lint": "lens-lint", "lint": "lens-lint",
"lint:fix": "lens-lint --fix" "lint:fix": "lens-lint --fix"
}, },

View File

@ -26,6 +26,7 @@
"scripts": { "scripts": {
"clean": "rimraf dist/", "clean": "rimraf dist/",
"build": "lens-webpack-build", "build": "lens-webpack-build",
"linkable-push": "linkable-push",
"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"

View File

@ -26,6 +26,7 @@
"scripts": { "scripts": {
"clean": "rimraf dist/", "clean": "rimraf dist/",
"build": "lens-webpack-build", "build": "lens-webpack-build",
"linkable-push": "linkable-push",
"test:unit": "jest --coverage --runInBand", "test:unit": "jest --coverage --runInBand",
"lint:fix": "lens-lint --fix", "lint:fix": "lens-lint --fix",
"lint": "lens-lint" "lint": "lens-lint"

View File

@ -26,6 +26,7 @@
"scripts": { "scripts": {
"clean": "rimraf dist/", "clean": "rimraf dist/",
"build": "lens-webpack-build", "build": "lens-webpack-build",
"linkable-push": "linkable-push",
"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"

View File

@ -26,6 +26,7 @@
"scripts": { "scripts": {
"clean": "rimraf dist/", "clean": "rimraf dist/",
"build": "lens-webpack-build", "build": "lens-webpack-build",
"linkable-push": "linkable-push",
"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"

View File

@ -26,6 +26,7 @@
"scripts": { "scripts": {
"clean": "rimraf dist/", "clean": "rimraf dist/",
"build": "lens-webpack-build", "build": "lens-webpack-build",
"linkable-push": "linkable-push",
"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"

View File

@ -26,6 +26,7 @@
"scripts": { "scripts": {
"clean": "rimraf dist/", "clean": "rimraf dist/",
"build": "lens-webpack-build", "build": "lens-webpack-build",
"linkable-push": "linkable-push",
"test:unit": "jest --coverage --runInBand", "test:unit": "jest --coverage --runInBand",
"lint:fix": "lens-lint --fix", "lint:fix": "lens-lint --fix",
"lint": "lens-lint" "lint": "lens-lint"

View File

@ -26,6 +26,7 @@
"scripts": { "scripts": {
"clean": "rimraf dist/", "clean": "rimraf dist/",
"build": "lens-webpack-build", "build": "lens-webpack-build",
"linkable-push": "linkable-push",
"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"

View File

@ -29,6 +29,7 @@
"homepage": "https://github.com/lensapp/lens", "homepage": "https://github.com/lensapp/lens",
"scripts": { "scripts": {
"build": "lens-webpack-build", "build": "lens-webpack-build",
"linkable-push": "linkable-push",
"lint": "lens-lint", "lint": "lens-lint",
"lint:fix": "lens-lint --fix" "lint:fix": "lens-lint --fix"
}, },

View File

@ -29,6 +29,7 @@
"homepage": "https://github.com/lensapp/lens", "homepage": "https://github.com/lensapp/lens",
"scripts": { "scripts": {
"build": "lens-webpack-build", "build": "lens-webpack-build",
"linkable-push": "linkable-push",
"lint": "lens-lint", "lint": "lens-lint",
"lint:fix": "lens-lint --fix" "lint:fix": "lens-lint --fix"
}, },

View File

@ -29,6 +29,7 @@
"homepage": "https://github.com/lensapp/lens", "homepage": "https://github.com/lensapp/lens",
"scripts": { "scripts": {
"build": "lens-webpack-build", "build": "lens-webpack-build",
"linkable-push": "linkable-push",
"lint": "lens-lint", "lint": "lens-lint",
"lint:fix": "lens-lint --fix" "lint:fix": "lens-lint --fix"
}, },

View File

@ -30,6 +30,7 @@
"homepage": "https://github.com/lensapp/lens", "homepage": "https://github.com/lensapp/lens",
"scripts": { "scripts": {
"build": "lens-webpack-build", "build": "lens-webpack-build",
"linkable-push": "linkable-push",
"lint": "lens-lint", "lint": "lens-lint",
"lint:fix": "lens-lint --fix" "lint:fix": "lens-lint --fix"
}, },

View File

@ -29,6 +29,7 @@
"homepage": "https://github.com/lensapp/lens", "homepage": "https://github.com/lensapp/lens",
"scripts": { "scripts": {
"build": "lens-webpack-build", "build": "lens-webpack-build",
"linkable-push": "linkable-push",
"lint": "lens-lint", "lint": "lens-lint",
"lint:fix": "lens-lint --fix" "lint:fix": "lens-lint --fix"
}, },

View File

@ -29,6 +29,7 @@
"homepage": "https://github.com/lensapp/lens", "homepage": "https://github.com/lensapp/lens",
"scripts": { "scripts": {
"build": "lens-webpack-build", "build": "lens-webpack-build",
"linkable-push": "linkable-push",
"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"

View File

@ -25,6 +25,7 @@
"homepage": "https://github.com/lensapp/lens", "homepage": "https://github.com/lensapp/lens",
"scripts": { "scripts": {
"build": "lens-webpack-build", "build": "lens-webpack-build",
"linkable-push": "linkable-push",
"clean": "rimraf dist/", "clean": "rimraf dist/",
"test": "jest --coverage --runInBand", "test": "jest --coverage --runInBand",
"lint": "lens-lint", "lint": "lens-lint",

View File

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

View File

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

View File

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

View File

@ -26,6 +26,7 @@
"scripts": { "scripts": {
"clean": "rimraf dist/", "clean": "rimraf dist/",
"build": "lens-webpack-build", "build": "lens-webpack-build",
"linkable-push": "linkable-push",
"lint": "lens-lint", "lint": "lens-lint",
"lint:fix": "lens-lint --fix" "lint:fix": "lens-lint --fix"
}, },

View File

@ -22,6 +22,7 @@
"scripts": { "scripts": {
"clean": "rimraf dist/", "clean": "rimraf dist/",
"build": "lens-webpack-build", "build": "lens-webpack-build",
"linkable-push": "linkable-push",
"test:unit": "jest --coverage --runInBand" "test:unit": "jest --coverage --runInBand"
}, },
"peerDependencies": { "peerDependencies": {

View File

@ -23,6 +23,7 @@
"scripts": { "scripts": {
"clean": "rimraf dist/", "clean": "rimraf dist/",
"build": "lens-webpack-build", "build": "lens-webpack-build",
"linkable-push": "linkable-push",
"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"

View File

@ -22,6 +22,7 @@
"scripts": { "scripts": {
"clean": "rimraf dist/", "clean": "rimraf dist/",
"build": "lens-webpack-build", "build": "lens-webpack-build",
"linkable-push": "linkable-push",
"test:unit": "jest --coverage --runInBand" "test:unit": "jest --coverage --runInBand"
}, },
"peerDependencies": { "peerDependencies": {