Skip to content

Commit

Permalink
build(husky): add build files
Browse files Browse the repository at this point in the history
  • Loading branch information
EndBug committed Nov 7, 2020
1 parent ed7b74a commit e0cd865
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"husky": {
"hooks": {
"pre-commit": "npm run build"
"pre-commit": "npm run build && git add src lib"
}
},
"repository": {
Expand Down

0 comments on commit e0cd865

Please sign in to comment.