Remove the build instruction for seeding the db in README.md

This commit is contained in:
Toverto 2018-12-26 16:19:40 +01:00 committed by GitHub
parent cd651b07fa
commit bd59f916b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -117,10 +117,8 @@ 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
```