Skip to content

Commit

Permalink
fix(docs): typo in monorepo synthesis docs (#634)
Browse files Browse the repository at this point in the history
  • Loading branch information
janeklb authored Nov 4, 2023
1 parent ae0177e commit 9870c9b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/monorepo/docs/developer_guides/monorepo/synthesis.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ To extend the synth process, components and projects can override each of these

Whenever you make a change to the `.projenrc` file, you will need to re-synthesize your project(s). To do so, run the `pdk` command from the root of your monorepo. This will re-generate all managed files and will any new dependencies.

## Synthesizing your project within installing dependencies
## Synthesizing your project without installing dependencies

In some instances, it may be desirable to synthesize all your files without installing any dependencies.
To do this, run the `pdk --no-post` command.
In some instances, it may be desirable to synthesize all your files without installing any dependencies.
To do this, run the `pdk --no-post` command.

0 comments on commit 9870c9b

Please sign in to comment.