Skip to content

Commit

Permalink
fix(core): upgrade all deps
Browse files Browse the repository at this point in the history
BREAKING CHANGE
  • Loading branch information
Samarpan Bhattacharya authored and Samarpan Bhattacharya committed Dec 15, 2021
1 parent 9410472 commit 7802b99
Show file tree
Hide file tree
Showing 78 changed files with 359,837 additions and 110,759 deletions.
4 changes: 4 additions & 0 deletions .husky/commit-msg
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

npx --no-install commitlint --edit
4 changes: 4 additions & 0 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

lerna run test
4 changes: 4 additions & 0 deletions .husky/prepare-commit-msg
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

exec < /dev/tty && npx cz --hook || true
Loading

0 comments on commit 7802b99

Please sign in to comment.