Housekeeping

This commit is contained in:
Shivam Mathur
2020-05-16 11:28:01 +05:30
parent 0158fe2782
commit c30a9630bb
12 changed files with 101 additions and 76 deletions

View File

@ -50,7 +50,7 @@
"husky": {
"skipCI": true,
"hooks": {
"pre-commit": "npm run format && npm run lint && npm run build && npm run release"
"pre-commit": "npm run format && npm run lint && npm run test && npm run build && npm run release"
}
}
}