Skip to content

Commit

Permalink
Document --force flag
Browse files Browse the repository at this point in the history
  • Loading branch information
ascorbic committed Jul 24, 2024
1 parent 1b9dd22 commit acdb567
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/astro/src/cli/build/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ export async function build({ flags }: BuildOptions) {
tables: {
Flags: [
['--outDir <directory>', `Specify the output directory for the build.`],
[
'--force',
'Clear the content layer and content collection cache, forcing a full rebuild.',
],
['--help (-h)', 'See all available flags.'],
],
},
Expand Down

0 comments on commit acdb567

Please sign in to comment.