Skip to content

Commit 1dd1601

Browse files
chore: run dep check with g:lint-staged-files
1 parent 7be2fba commit 1dd1601

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.husky/pre-commit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#!/bin/sh
22
. "$(dirname "$0")/_/husky.sh"
33

4-
yarn g:lint-staged-files --debug
4+
yarn g:lint-staged-files

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"g:lint": "yarn workspaces foreach -ptv run lint --color",
2525
"g:lint-styles": "yarn workspaces foreach -ptv run lint-styles --color",
2626
"g:typecheck": "yarn workspaces foreach -ptv run typecheck",
27-
"g:lint-staged-files": "lint-staged --allow-empty",
27+
"g:lint-staged-files": "lint-staged --allow-empty --debug && yarn lint:dependency-versions",
2828
"g:lint-fix": "yarn workspaces foreach -ptv run lint-fix",
2929
"g:check-dist": "yarn workspaces foreach -ptv run check-dist",
3030
"g:release": "yarn g:build && changeset publish",

0 commit comments

Comments
 (0)