Skip to content

Commit

Permalink
fix: watch for script changes in turbo
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisfalaska authored and chrisfalaska committed Dec 13, 2024
1 parent 762ee40 commit e70dd10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"outputs": ["README.md", "demo/index.*", "docs/partials/*.md"]
},
"build:docs:kit": {
"inputs": ["../../docs/partials/**/*", "../../docs/templates/**/*"],
"inputs": ["../../docs/partials/**/*", "../../docs/templates/**/*", "src/kitDocProcessor.mjs"],
"outputs": ["../../README.md"]
},
"build:version": {
Expand Down

0 comments on commit e70dd10

Please sign in to comment.