Merge pull request #4057 from backstage/orkohunter/remove-unused-dockerfile

This commit is contained in:
Himanshu Mishra
2021-01-18 16:36:14 +01:00
committed by GitHub
6 changed files with 0 additions and 18 deletions
-1
View File
@@ -20,7 +20,6 @@
"lint:all": "lerna run lint --",
"lint:type-deps": "node scripts/check-type-dependencies.js",
"docgen": "lerna run docgen",
"docker-build:app": "yarn workspace example-app build && docker build . -t spotify/backstage",
"docker-build": "yarn tsc && yarn workspace example-backend build-image",
"create-plugin": "backstage-cli create-plugin --scope backstage --no-private",
"remove-plugin": "backstage-cli remove-plugin",