chore(gql/catalog): removing the mock data scripts for catalog-graph l

This commit is contained in:
blam
2020-08-10 11:52:05 +02:00
parent c8060220e1
commit fc85bb41dd
2 changed files with 1 additions and 4 deletions
+1 -2
View File
@@ -17,8 +17,7 @@
"prepack": "backstage-cli prepack",
"postpack": "backstage-cli postpack",
"generate:types": "graphql-codegen",
"clean": "backstage-cli clean",
"mock-data": "./scripts/mock-data.sh"
"clean": "backstage-cli clean"
},
"dependencies": {
"@backstage/backend-common": "^0.1.1-alpha.18",
@@ -1,2 +0,0 @@
#!/usr/bin/env bash
echo "use this script to load your service with some mock data if needed!"