Skip to content

Commit 8767f38

Browse files
author
wabiwabo
committed
fix: pre-commit check versions
1 parent 1ec67bb commit 8767f38

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/lint.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,4 @@ jobs:
3939
yarn
4040
yarn bootstrap
4141
yarn build
42-
yarn check-versions
4342
yarn lint

.husky/pre-commit

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
# Run tests
33
yarn test
44

5+
# Run check versions
6+
yarn check-versions
7+
58
# Run lint:fix
69
yarn lint:staged
710

0 commit comments

Comments
 (0)