Rename test commands (coverage storybook) (#476)

* Rename test commands

* Add coverage command in doc
This commit is contained in:
Emilien Chauvet
2023-06-29 14:06:15 -07:00
committed by GitHub
parent fdfcae6ac5
commit 30fd3320b7
4 changed files with 7 additions and 2 deletions

View File

@ -23,6 +23,9 @@ front-lint:
front-test:
@docker-compose exec twenty-dev sh -c "cd /app/front && yarn test"
front-coverage:
@docker-compose exec twenty-dev sh -c "cd /app/front && yarn coverage"
front-graphql-generate:
@docker-compose exec twenty-dev sh -c "cd /app/front && yarn graphql:generate"