Skip to content

Commit

Permalink
chore: split ama
Browse files Browse the repository at this point in the history
  • Loading branch information
ceceppa committed Sep 7, 2023
1 parent d7aaed7 commit 3953bfd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .husky/commit-msg
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

#yarn commitlint --edit
yarn commitlint --edit
3 changes: 2 additions & 1 deletion .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

yarn lint && yarn ts:check && yarn example ts:check
# TODO: Restore
#yarn lint && yarn ts:check && yarn example ts:check

0 comments on commit 3953bfd

Please sign in to comment.