Skip to content

Commit aa43084

Browse files
chore(deps-dev): bump husky from 4.3.0 to 6.0.0 (#10)
* chore(deps-dev): bump husky from 4.3.0 to 6.0.0 Bumps [husky](https://github.com/typicode/husky) from 4.3.0 to 6.0.0. - [Release notes](https://github.com/typicode/husky/releases) - [Commits](typicode/husky@v4.3.0...v6.0.0) --- updated-dependencies: - dependency-name: husky dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * chore(deps-dev): run husky migration tool Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Federico Grandi <fgrandi30@gmail.com>
1 parent d2e1f7a commit aa43084

File tree

4 files changed

+18
-433
lines changed

4 files changed

+18
-433
lines changed

.husky/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
_

.husky/pre-commit

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#!/bin/sh
2+
. "$(dirname "$0")/_/husky.sh"
3+
4+
npm run build && git add lib

0 commit comments

Comments
 (0)