switch docker build to use backend:bundle

This commit is contained in:
Patrik Oldsberg
2021-02-16 23:48:03 +01:00
parent 49299a1faf
commit 92d7a8eedf
4 changed files with 22 additions and 10 deletions
+1 -1
View File
@@ -20,7 +20,7 @@
"lint:all": "lerna run lint --",
"lint:type-deps": "node scripts/check-type-dependencies.js",
"docgen": "lerna run docgen",
"docker-build": "yarn tsc && yarn workspace example-backend build-image",
"docker-build": "yarn tsc && yarn workspace example-backend build --build-dependencies && yarn workspace example-backend build-image",
"create-plugin": "backstage-cli create-plugin --scope backstage --no-private",
"remove-plugin": "backstage-cli remove-plugin",
"release": "changeset version && yarn diff --yes && yarn prettier --write '{packages,plugins}/*/{package.json,CHANGELOG.md}' && yarn install --frozen-lockfile",