Skip to content

Commit

Permalink
Merge pull request #8 from milaboratory/fix/turbo-configuration
Browse files Browse the repository at this point in the history
update turbo settings to cache asset archives as well as packages
  • Loading branch information
DenKoren authored Dec 18, 2024
2 parents b32076e + faa8801 commit 61b1210
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .changeset/early-cooks-dream.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
---
2 changes: 1 addition & 1 deletion turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"build": {
"inputs": ["$TURBO_DEFAULT$"],
"outputs": ["./dist/**", "./build/**", "./pkg-*.tgz"],
"outputs": ["./dist/**", "./build/**", "./pkg-*.tgz", "./pkg-*.zip"],
"dependsOn": ["^build"]
},
"test": {
Expand Down

0 comments on commit 61b1210

Please sign in to comment.