codemods: package.json fixups

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2021-06-01 23:45:21 +02:00
parent 604d7c7452
commit ddff985bb5
+2 -3
View File
@@ -17,8 +17,7 @@
"scripts": {
"start": "nodemon --",
"lint": "backstage-cli lint",
"test": "backstage-cli test",
"test:e2e": "yarn start"
"test": "backstage-cli test"
},
"bin": {
"backstage-codemods": "bin/backstage-codemods"
@@ -37,7 +36,7 @@
},
"nodemonConfig": {
"watch": "./src",
"exec": "bin/e2e-test",
"exec": "bin/backstage-codemods",
"ext": "ts"
}
}