Skip to content

Commit

Permalink
🐛 fix: Cache docs output properly
Browse files Browse the repository at this point in the history
Signed-off-by: drptbl <[email protected]>
  • Loading branch information
drptbl committed Feb 2, 2024
1 parent 0df0b2c commit 937a278
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 @@ -15,7 +15,7 @@
"dependsOn": ["build", "build:cache"]
},
"docs:build": {
"outputs": ["docs/.vitepress/dist"]
"outputs": ["docs/.vitepress/dist/**"]
}
}
}

0 comments on commit 937a278

Please sign in to comment.