Skip to content

Commit

Permalink
change: clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
troychaplin committed Feb 24, 2024
1 parent 4dcd2fb commit bcf51a5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
2 changes: 0 additions & 2 deletions .husky/commit-msg
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

npx commitlint --edit $1
7 changes: 1 addition & 6 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,7 +1,2 @@
# npm test

#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

yarn build
# npm run build
npm run build

0 comments on commit bcf51a5

Please sign in to comment.