cli: renamed script commands to package

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2022-02-15 21:27:12 +01:00
parent 51ce07f0fe
commit 9892d74326
129 changed files with 858 additions and 854 deletions
+5 -5
View File
@@ -18,12 +18,12 @@
"backstage"
],
"scripts": {
"build": "backstage-cli script build",
"build": "backstage-cli package build",
"build-image": "docker build ../.. -f Dockerfile --tag example-backend",
"start": "backstage-cli script start",
"lint": "backstage-cli script lint",
"test": "backstage-cli script test",
"clean": "backstage-cli script clean",
"start": "backstage-cli package start",
"lint": "backstage-cli package lint",
"test": "backstage-cli package test",
"clean": "backstage-cli package clean",
"migrate:create": "knex migrate:make -x ts"
},
"dependencies": {