make a duplicate checks script
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
This commit is contained in:
+8
-1
@@ -33,7 +33,8 @@
|
||||
"build-storybook": "yarn ./storybook run build-storybook",
|
||||
"techdocs-cli": "node scripts/techdocs-cli.js",
|
||||
"techdocs-cli:dev": "cross-env TECHDOCS_CLI_DEV_MODE=true node scripts/techdocs-cli.js",
|
||||
"prepare": "husky install"
|
||||
"prepare": "husky install",
|
||||
"postinstall": "husky install"
|
||||
},
|
||||
"workspaces": {
|
||||
"packages": [
|
||||
@@ -92,6 +93,12 @@
|
||||
],
|
||||
"*.md": [
|
||||
"node ./scripts/check-docs-quality"
|
||||
],
|
||||
"./yarn.lock": [
|
||||
"node ./scripts/verify-lockfile-duplicates --fix"
|
||||
],
|
||||
"*/yarn.lock": [
|
||||
"node ./scripts/verify-lockfile-duplicates --fix"
|
||||
]
|
||||
},
|
||||
"packageManager": "yarn@3.2.3"
|
||||
|
||||
Reference in New Issue
Block a user