Adds script to check wrong registries in all yarn.lock files

Signed-off-by: Juan Lulkin <jmaiz@spotify.com>
This commit is contained in:
Juan Lulkin
2021-06-02 11:55:08 +02:00
committed by Fredrik Adelöw
parent d97afd79a3
commit af6acd24ba
3 changed files with 68 additions and 12 deletions
+4 -2
View File
@@ -31,7 +31,8 @@
"lerna": "lerna",
"storybook": "yarn workspace storybook start",
"build-storybook": "yarn workspace storybook build-storybook",
"prepare": "husky install"
"prepare": "husky install",
"lock:check": "yarn-lock-check"
},
"workspaces": {
"packages": [
@@ -66,7 +67,8 @@
"lint-staged": "^10.1.0",
"prettier": "^2.2.1",
"recursive-readdir": "^2.2.2",
"shx": "^0.3.2"
"shx": "^0.3.2",
"yarn-lock-check": "^1.0.3"
},
"prettier": "@spotify/prettier-config",
"lint-staged": {