mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
Fixed seed command
This commit is contained in:
parent
7306336a44
commit
b6906e3708
@ -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 %}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user