chore(misc): normalize logs (#242)

This commit is contained in:
Jef LeCompte
2020-09-23 14:20:06 -04:00
committed by GitHub
parent 8466f9f398
commit 7c50e2b5aa
21 changed files with 239 additions and 183 deletions
+1 -1
View File
@@ -60,7 +60,7 @@
},
"husky": {
"hooks": {
"pre-commit": "npm run lint && npm run build"
"pre-commit": "npm run lint"
}
}
}