Update README.md

add build command before db:seed
This commit is contained in:
Joseph 2018-12-20 22:18:18 +03:00 committed by GitHub
parent f47b136232
commit 01c4090792
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
```