bde30664c4
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
600 B
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",