Merge pull request #1316 from spotify/mob/move-templates-into-service-catalog

Add support for the Template kind in the Catalog
This commit is contained in:
Ben Lambert
2020-06-16 16:58:09 +02:00
committed by GitHub
15 changed files with 183 additions and 86 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
```