Add missing yarn clean for frontend

This commit is contained in:
Joel Low
2020-12-29 09:21:44 +08:00
parent 295a3e2fff
commit 4e0e3b1bf0
2 changed files with 14 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
---
'@backstage/create-app': patch
---
Add missing `yarn clean` for app.
For users with existing Backstage installations, add the following under the `scripts` section in `packages/app/package.json`, after the "lint" entry:
```json
"clean": "backstage-cli clean",
```
This will add the missing `yarn clean` for the generated frontend.