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
+4 -4
View File
@@ -23,12 +23,12 @@
"main": "src/index.ts",
"scripts": {
"start": "nodemon --",
"build": "backstage-cli script build",
"lint": "backstage-cli script lint",
"test": "backstage-cli script test",
"build": "backstage-cli package build",
"lint": "backstage-cli package lint",
"test": "backstage-cli package test",
"prepack": "backstage-cli prepack",
"postpack": "backstage-cli postpack",
"clean": "backstage-cli script clean"
"clean": "backstage-cli package clean"
},
"bin": {
"backstage-codemods": "bin/backstage-codemods"