build(husky): add build files

This commit is contained in:
Federico Grandi
2020-11-07 14:02:30 +01:00
parent ed7b74af50
commit e0cd865b68
2 changed files with 2 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@@ -13,7 +13,7 @@
},
"husky": {
"hooks": {
"pre-commit": "npm run build"
"pre-commit": "npm run build && git add src lib"
}
},
"repository": {