We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac047cc commit 3377859Copy full SHA for 3377859
README.md
@@ -27,4 +27,8 @@ Following software is required to be installed to use this repo:
27
- `yarn db:migrate` - runs all pending migrations against database
28
- `yarn db:revert` - reverts last migration, run multiple times to revert everything
29
- `yarn db:seed` - seeds database with fake data (`src/services/db/seeders`)
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