chore: add option to generate test coverage

This commit is contained in:
cedoor
2022-07-07 16:06:58 +02:00
parent afc24bf80f
commit 46adf40867

View File

@@ -8,7 +8,7 @@
"test": "nx test",
"start:all": "nx run-many --target=serve --all",
"build:all": "nx run-many --target=build --all",
"test:all": "nx run-many --target=test --all",
"test:all": "nx run-many --target=test --all --coverage",
"lint": "nx affected:lint --files *",
"prettier": "nx format:check --files ./*",
"prettier:write": "nx format:write --files ./*",