Add next cache to clean command (#1811)

In our private repo we have a few next apps and they were not previously
being cleaned by the `yarn clean` command

### Change Type

- [x] `internal` — Any other changes that don't affect the published
package[^2]


### Release Notes

- Internal tooling change
This commit is contained in:
David Sheldrick 2023-08-18 13:52:51 +01:00 committed by GitHub
parent 1dc76fe32b
commit 55bd2b2485
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -27,6 +27,7 @@ goodbye .tsbuild
goodbye .tsbuild-pub goodbye .tsbuild-pub
goodbye .tsbuild-dev goodbye .tsbuild-dev
goodbye .tsbuild-api goodbye .tsbuild-api
goodbye .next
rm -rf {packages,bublic/packages}/*/api rm -rf {packages,bublic/packages}/*/api
rm -rf {packages,apps,bublic/packages,bublic/apps}/*/*.tgz rm -rf {packages,apps,bublic/packages,bublic/apps}/*/*.tgz