chore: update build and test scripts

This commit is contained in:
Kamil Myśliwiec
2022-11-07 15:41:03 +01:00
parent 9ffaeb9506
commit 6f738e260a
4 changed files with 14 additions and 14 deletions

View File

@@ -68,7 +68,9 @@ jobs:
- *restore-cache
- *install-deps
- *build-packages
- *run-unit-tests
- run:
name: Test (coverage)
command: npm run test:cov
- run:
name: Collect coverage
command: npm run coverage