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
+2 -1
View File
@@ -11,7 +11,8 @@
"test": "backstage-cli test",
"prepack": "backstage-cli prepack",
"postpack": "backstage-cli postpack",
"clean": "backstage-cli clean"
"clean": "backstage-cli clean",
"mock-data": "./scripts/mock-data"
},
"dependencies": {
"@backstage/backend-common": "^0.1.1-alpha.8",