Skip to content

Commit

Permalink
Merge pull request #10 from Design-System-Project/fix/turbo-cache
Browse files Browse the repository at this point in the history
add tsbuildinfo to build output in turbo config
  • Loading branch information
tomasfrancisco authored Aug 23, 2024
2 parents 9be0fa8 + 97bfdb7 commit f7065aa
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 @@ -16,7 +16,7 @@
},
"build": {
"inputs": ["$TURBO_DEFAULT$", ".env*"],
"outputs": ["dist/**", "storybook-static/**"],
"outputs": [".cache/tsbuildinfo.json", "dist/**", "storybook-static/**"],
"dependsOn": ["^build"]
},
"format": {
Expand Down

0 comments on commit f7065aa

Please sign in to comment.