mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00
chore: Split pre-commit unit and integration tests
This commit is contained in:
parent
b49366498b
commit
82f3aa0cd8
@ -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": [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user