feat(catalog): added the ability to load mock data into the catalog from the scaffolder too

This commit is contained in:
blam
2020-06-16 14:40:43 +02:00
parent ea6cc76447
commit 4615718167
8 changed files with 24 additions and 11 deletions
+1 -1
View File
@@ -38,7 +38,7 @@ to look at, and then launch the frontend. These commands are run from the
project root, not inside the backend directory.
```bash
yarn lerna run mock-catalog-data
yarn lerna run mock-data
yarn start
```