chore: Split pre-commit unit and integration tests

This commit is contained in:
Joachim Van Herwegen 2020-11-17 16:11:19 +01:00
parent b49366498b
commit 82f3aa0cd8

View File

@ -57,7 +57,7 @@
}, },
"husky": { "husky": {
"hooks": { "hooks": {
"pre-commit": "npm run build && npm run lint && npm run test" "pre-commit": "npm run build && npm run lint && npm run test:unit && npm run test:integration"
} }
}, },
"files": [ "files": [