Files
backstage/.changeset/weak-camels-roll.md
T
Patrik Oldsberg a578558180 create-app: update to use new repo clean command
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2022-08-31 22:02:45 +02:00

334 B

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

Updated the root package.json to use the new backstage-cli repo clean command.

To apply this change to an existing project, make the following change to the root package.json:

-    "clean": "backstage-cli clean && lerna run clean",
+    "clean": "backstage-cli repo clean",