Fixed seed command

This commit is contained in:
Grzegorz Leoniec 2018-11-26 18:15:22 +01:00 committed by GitHub
parent 7306336a44
commit b6906e3708
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,13 +7,13 @@ Optionally you can seed the GraphQL service by executing mutations that will wri
{% tabs %}
{% tab title="Yarn" %}
```bash
yarn seedDb
yarn db:seed
```
{% endtab %}
{% tab title="NPM" %}
```bash
npm run seedDb
npm run db:seed
```
{% endtab %}
{% endtabs %}