Skip to content

Commit

Permalink
chore(docs): disable turbo cache with --force (#4112)
Browse files Browse the repository at this point in the history
I was searching for that and thought that was helpful to have in the contrib docs.

## Checklist

- [ ] Title matches [Winglang's style guide](https://www.winglang.io/contributing/start-here/pull_requests#how-are-pull-request-titles-formatted)
- [ ] Description explains motivation and solution
- [ ] Tests added (always)
- [ ] Docs updated (only required for features)
- [ ] Added `pr/e2e-full` label if this feature requires end-to-end testing

*By submitting this pull request, I confirm that my contribution is made under the terms of the [Wing Cloud Contribution License](https://github.com/winglang/wing/blob/main/CONTRIBUTION_LICENSE.md)*.
  • Loading branch information
staycoolcall911 authored Sep 7, 2023
1 parent 2cc25e2 commit 703ee66
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/contributing/01-start-here/05-development.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ pnpm turbo <task> --filter=<project> -- <args>
- `pnpm` can be omitted if [Turbo] is installed globally
- `--filter=<project>` may be used to filter to a specific project (and it's dependencies)
- Running `turbo <task>` inside of a project directory will automatically filter to that project
- We use [Turbo caching](https://turbo.build/repo/docs/core-concepts/caching) to speed up builds. If you want to force a rebuild, use `--force`.

:::

Expand Down

0 comments on commit 703ee66

Please sign in to comment.