Skip to content

Commit

Permalink
Upgrade dependencies
Browse files Browse the repository at this point in the history
- fix lint warnings
- fix pre-commit e2e tests
  • Loading branch information
gilbarbara committed Nov 9, 2023
1 parent 721dfef commit 03167d7
Show file tree
Hide file tree
Showing 5 changed files with 873 additions and 297 deletions.
2 changes: 1 addition & 1 deletion .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

./node_modules/.bin/repo-tools check-remote && ./node_modules/.bin/lint-staged
./node_modules/.bin/repo-tools check-remote && ./node_modules/.bin/lint-staged && npm run e2e
Loading

0 comments on commit 03167d7

Please sign in to comment.