Files
backstage/.changeset/twenty-birds-think.md
T
Patrik Oldsberg bde30664c4 create-app: migrated to use package roles
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2022-03-08 15:22:43 +01:00

600 B

@backstage/create-app
@backstage/create-app
patch

Updated template to use package roles. To apply this change to an existing app, check out the migration guide.

Specifically the following scripts in the root package.json have also been updated:

-    "build": "lerna run build",
+    "build": "backstage-cli repo build --all",

...

-    "lint": "lerna run lint --since origin/master --",
-    "lint:all": "lerna run lint --",
+    "lint": "backstage-cli repo lint --since origin/master",
+    "lint:all": "backstage-cli repo lint",