cli: renamed script commands to package
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
@@ -24,13 +24,13 @@
|
||||
],
|
||||
"license": "Apache-2.0",
|
||||
"scripts": {
|
||||
"build": "backstage-cli script build",
|
||||
"lint": "backstage-cli script lint",
|
||||
"test": "backstage-cli script test",
|
||||
"prepack": "backstage-cli script prepack",
|
||||
"postpack": "backstage-cli script postpack",
|
||||
"clean": "backstage-cli script clean",
|
||||
"start": "backstage-cli script start"
|
||||
"build": "backstage-cli package build",
|
||||
"lint": "backstage-cli package lint",
|
||||
"test": "backstage-cli package test",
|
||||
"prepack": "backstage-cli package prepack",
|
||||
"postpack": "backstage-cli package postpack",
|
||||
"clean": "backstage-cli package clean",
|
||||
"start": "backstage-cli package start"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/jest": "^26.0.7",
|
||||
|
||||
Reference in New Issue
Block a user