Skip to content

Commit

Permalink
fix: update dev tooling
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick Lee Scott <pat@patscott.io>
  • Loading branch information
patrickleet committed Apr 19, 2021
1 parent 0f0ab4c commit 33c7baf
Show file tree
Hide file tree
Showing 6 changed files with 455 additions and 1,271 deletions.
1 change: 1 addition & 0 deletions .husky/.gitignore
@@ -0,0 +1 @@
_
4 changes: 4 additions & 0 deletions .husky/commit-msg
@@ -0,0 +1,4 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

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

npx pretty-quick --staged
2 changes: 1 addition & 1 deletion bin/loop
Expand Up @@ -97,7 +97,7 @@ loop(
exitOnAggregateError,
looprc,
},
errorOccured => {
(errorOccured) => {
if (exitOnAggregateError && errorOccured) {
console.log('an error occured during loop execution - exiting process');
process.exit(1);
Expand Down

0 comments on commit 33c7baf

Please sign in to comment.