migrate all package scripts

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2022-02-14 21:40:19 +01:00
parent 71973cd4d3
commit 8f82d80adf
123 changed files with 827 additions and 801 deletions
+5 -5
View File
@@ -18,12 +18,12 @@
"backstage"
],
"scripts": {
"build": "backstage-cli backend:bundle",
"build": "backstage-cli script build",
"build-image": "docker build ../.. -f Dockerfile --tag example-backend",
"start": "backstage-cli backend:dev",
"lint": "backstage-cli lint",
"test": "backstage-cli test",
"clean": "backstage-cli clean",
"start": "backstage-cli script start",
"lint": "backstage-cli script lint",
"test": "backstage-cli script test",
"clean": "backstage-cli script clean",
"migrate:create": "knex migrate:make -x ts"
},
"dependencies": {