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:
parent
1755c498de
commit
1c27ce00e5
@ -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",
|
||||||
|
|||||||
@ -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",
|
||||||
|
|||||||
@ -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",
|
||||||
|
|||||||
@ -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"
|
||||||
},
|
},
|
||||||
|
|||||||
@ -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",
|
||||||
|
|||||||
@ -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",
|
||||||
|
|||||||
@ -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"
|
||||||
|
|||||||
@ -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",
|
||||||
|
|||||||
@ -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"
|
||||||
},
|
},
|
||||||
|
|||||||
@ -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"
|
||||||
|
|||||||
@ -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"
|
||||||
|
|||||||
@ -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"
|
||||||
},
|
},
|
||||||
|
|||||||
@ -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"
|
||||||
|
|||||||
@ -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"
|
||||||
|
|||||||
@ -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"
|
||||||
|
|||||||
@ -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"
|
||||||
|
|||||||
@ -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"
|
||||||
|
|||||||
@ -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"
|
||||||
|
|||||||
@ -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"
|
||||||
|
|||||||
@ -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"
|
||||||
},
|
},
|
||||||
|
|||||||
@ -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"
|
||||||
},
|
},
|
||||||
|
|||||||
@ -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"
|
||||||
},
|
},
|
||||||
|
|||||||
@ -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"
|
||||||
},
|
},
|
||||||
|
|||||||
@ -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"
|
||||||
},
|
},
|
||||||
|
|||||||
@ -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"
|
||||||
|
|||||||
@ -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",
|
||||||
|
|||||||
@ -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",
|
||||||
|
|||||||
@ -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",
|
||||||
|
|||||||
@ -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",
|
||||||
|
|||||||
@ -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"
|
||||||
},
|
},
|
||||||
|
|||||||
@ -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": {
|
||||||
|
|||||||
@ -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"
|
||||||
|
|||||||
@ -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": {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user