create-app: migrated to use package roles

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2022-03-08 15:22:43 +01:00
parent cd5172a1fb
commit bde30664c4
8 changed files with 43 additions and 22 deletions
+2 -2
View File
@@ -18,12 +18,12 @@
"backstage"
],
"scripts": {
"build": "backstage-cli package build",
"build-image": "docker build ../.. -f Dockerfile --tag example-backend",
"start": "backstage-cli package start",
"build": "backstage-cli package build",
"lint": "backstage-cli package lint",
"test": "backstage-cli package test",
"clean": "backstage-cli package clean",
"build-image": "docker build ../.. -f Dockerfile --tag example-backend",
"migrate:create": "knex migrate:make -x ts"
},
"dependencies": {