Skip to content

Commit e0cd865

Browse files
committed
build(husky): add build files
1 parent ed7b74a commit e0cd865

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/index.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
},
1414
"husky": {
1515
"hooks": {
16-
"pre-commit": "npm run build"
16+
"pre-commit": "npm run build && git add src lib"
1717
}
1818
},
1919
"repository": {

0 commit comments

Comments
 (0)