migrate all package scripts
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
@@ -14,14 +14,14 @@
|
||||
"role": "frontend-plugin"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "backstage-cli plugin:build",
|
||||
"start": "backstage-cli plugin:serve",
|
||||
"lint": "backstage-cli lint",
|
||||
"test": "backstage-cli test",
|
||||
"build": "backstage-cli script build",
|
||||
"start": "backstage-cli script start",
|
||||
"lint": "backstage-cli script lint",
|
||||
"test": "backstage-cli script test",
|
||||
"diff": "backstage-cli plugin:diff",
|
||||
"prepack": "backstage-cli prepack",
|
||||
"postpack": "backstage-cli postpack",
|
||||
"clean": "backstage-cli clean"
|
||||
"prepack": "backstage-cli script prepack",
|
||||
"postpack": "backstage-cli script postpack",
|
||||
"clean": "backstage-cli script clean"
|
||||
},
|
||||
"dependencies": {
|
||||
"@backstage/catalog-model": "^0.9.10",
|
||||
|
||||
Reference in New Issue
Block a user