Skip to content

Commit

Permalink
chore: broke husky with update: will fix later
Browse files Browse the repository at this point in the history
  • Loading branch information
joeworkman committed Aug 18, 2023
1 parent 9ea2770 commit 6fc0b16
Show file tree
Hide file tree
Showing 7 changed files with 297 additions and 44 deletions.
4 changes: 4 additions & 0 deletions .husky/commit-msg
@@ -0,0 +1,4 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

# node .husky/husky-commit-lint.js --color -e $1
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 4 additions & 0 deletions .husky/pre-push
@@ -0,0 +1,4 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

# node "$(dirname -- "$0")/husky-push-test.js --color
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -73,7 +73,7 @@
"gulp-uglify": "^3.0.0",
"gulp-zip": "^5.1.0",
"gulp4-run-sequence": "^1.0.2",
"husky": "^8.0.0",
"husky": "^8.0.3",
"is-empty-object": "^1.1.1",
"jquery": ">=3.6.0",
"js-yaml": "^3.12.1",
Expand Down
331 changes: 288 additions & 43 deletions yarn.lock

Large diffs are not rendered by default.

0 comments on commit 6fc0b16

Please sign in to comment.