mirror of
https://github.com/AtHeartEngineering/bandada.git
synced 2026-01-09 20:28:06 -05:00
chore: add option to generate test coverage
This commit is contained in:
@@ -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 ./*",
|
||||
|
||||
Reference in New Issue
Block a user