Skip to content

Commit e073be8

Browse files
committed
chore: fix husky settings
1 parent 7762c81 commit e073be8

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

lib/index.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@
99
"test": "echo \"Error: no test specified\" && exit 1"
1010
},
1111
"husky": {
12-
"pre-commit": "npm run build && git add lib"
12+
"hooks": {
13+
"pre-commit": "npm run build && git add lib"
14+
}
1315
},
1416
"repository": {
1517
"type": "git",

0 commit comments

Comments
 (0)