Adds script to check wrong registries in all yarn.lock files
Signed-off-by: Juan Lulkin <jmaiz@spotify.com>
This commit is contained in:
committed by
Fredrik Adelöw
parent
d97afd79a3
commit
af6acd24ba
+4
-2
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user