codemods: inline core-imports table + fix createApp

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2022-03-11 11:16:58 +01:00
parent 66ffb38685
commit 224441d0f9
5 changed files with 259 additions and 32 deletions
-4
View File
@@ -55,10 +55,6 @@ jobs:
- name: verify type dependencies
run: yarn lint:type-deps
# The core packages need to be built for the codemods tests to work
- name: build core packages
run: lerna run --scope @backstage/core-* build
- name: test
run: yarn lerna -- run test
env: