Skip to content

Commit 3377859

Browse files
committed
update docs
1 parent ac047cc commit 3377859

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,8 @@ Following software is required to be installed to use this repo:
2727
- `yarn db:migrate` - runs all pending migrations against database
2828
- `yarn db:revert` - reverts last migration, run multiple times to revert everything
2929
- `yarn db:seed` - seeds database with fake data (`src/services/db/seeders`)
30-
30+
- `yarn run test:unit` - runs unit tests with coverage
31+
- `yarn run lint` runs following commands:
32+
- `yarn run lint:style` - runs eslint against source code
33+
- `yarn run lint:types` - checks typescript types
34+
- `yarn run start:dev` - runs docker-compose with your server and database, app will autoreload on changes

0 commit comments

Comments
 (0)