mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2025-12-11 08:46:16 +00:00
refactor: migrate @krlwlfrt/async-pool to @openstapps/collection-utils
This commit is contained in:
13
README.md
13
README.md
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user