Skip to content

Commit

Permalink
done with fixing husky prehook
Browse files Browse the repository at this point in the history
  • Loading branch information
Aliiiu committed Aug 5, 2024
1 parent 555a887 commit d9d919e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .husky/post-merge
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
. "$(dirname "$0")/_/husky.sh"
. "$(dirname "$0")/common.sh"

npx post-merge-install "yarn install"
npx post-merge-install "pnpm install"
4 changes: 2 additions & 2 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
. "$(dirname "$0")/_/husky.sh"
. "$(dirname "$0")/common.sh"

yarn format
yarn lint
pnpm format
pnpm lint
4 changes: 2 additions & 2 deletions .husky/pre-push
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
. "$(dirname "$0")/_/husky.sh"
. "$(dirname "$0")/common.sh"

yarn build
yarn test
pnpm build
pnpm test

0 comments on commit d9d919e

Please sign in to comment.