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 %} {% tabs %}
{% tab title="Yarn" %} {% tab title="Yarn" %}
```bash ```bash
yarn seedDb yarn db:seed
``` ```
{% endtab %} {% endtab %}
{% tab title="NPM" %} {% tab title="NPM" %}
```bash ```bash
npm run seedDb npm run db:seed
``` ```
{% endtab %} {% endtab %}
{% endtabs %} {% endtabs %}