Run tsc on pre-commit to ensure no types got broken

This commit is contained in:
Bruno Lemos
2019-01-19 01:59:49 -02:00
parent 4ea989d654
commit f69e556d24

View File

@@ -51,7 +51,7 @@
},
"husky": {
"hooks": {
"pre-commit": "lint-staged-offline"
"pre-commit": "yarn workspace @devhub/desktop compile && lint-staged-offline"
}
},
"lint-staged": {