Skip to content

Commit

Permalink
fix: update turbo to track changes in docs partials
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisfalaska authored and chrisfalaska committed Dec 13, 2024
1 parent 6ae32c6 commit 0b93b80
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
6 changes: 1 addition & 5 deletions packages/build-tools/src/kitDocProcessor.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,7 @@ export const fileConfigs = (config) => [
// README.md
{
identifier: 'README.md',
input: {
remoteUrl: generateReadmeUrl(config.remoteReadmeVersion, config.remoteReadmeVariant),
fileName: fromAuroComponentRoot(`docTemplates/README.md`),
overwrite: config.overwriteLocalCopies
},
input: fromAuroComponentRoot(`docs/templates/README.md`),
output: fromAuroComponentRoot(`README.md`)
}
];
Expand Down
1 change: 1 addition & 0 deletions turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
"outputs": ["README.md", "demo/index.*", "docs/partials/*.md"]
},
"build:docs:kit": {
"inputs": ["docs/partials/**/*"],
"outputs": ["README.md"]
},
"build:version": {
Expand Down

0 comments on commit 0b93b80

Please sign in to comment.