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