Merge branch 'master' into 49_fix_no_user_with_that_email

This commit is contained in:
Grzegorz Leoniec 2018-12-24 16:49:53 +01:00 committed by GitHub
commit 469dd67447
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -117,8 +117,10 @@ Optionally you can seed the GraphQL service by executing mutations that
will write sample data to the database:
```bash
yarn run build
yarn run db:seed
# -or-
npm run build
npm run db:seed
```