refactor: migrate @krlwlfrt/async-pool to @openstapps/collection-utils

This commit is contained in:
2023-06-29 17:29:49 +02:00
parent 64caebafe5
commit 98546a97a3
58 changed files with 621 additions and 1175 deletions

View File

@@ -25,6 +25,19 @@ Refer to the [contribution guide](./CONTRIBUTING.md)
## Publishing
After having added all changes using `pnpm changeset`
```shell
pnpm changeset version # bump versions
pnpm install # update lockfile and rebuild packages
pnpm build # make sure all packages are built
pnpm publish -r # publish all packages not yet in the registry
git add .
git commit -m "v[VERSION]"
git tag -a "v[VERSION]"
git push --follow-tags
```
## Remote caching
Turbo supports remote caching, which massively speeds up build processes.