Rename test commands (coverage storybook) (#476)
* Rename test commands * Add coverage command in doc
This commit is contained in:
@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user