Skip to content

Commit

Permalink
chore: dont cache the site build until caching issue is resolved (#1147)
Browse files Browse the repository at this point in the history
  • Loading branch information
moldy530 authored Nov 12, 2024
1 parent df9dd1e commit 1b458d6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions site/turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@
"extends": ["//"],
"tasks": {
"build": {
"outputs": ["dist/**/*", "sidebar/**/*"],
"dependsOn": ["^build", "^docs:gen"]
"outputs": ["dist/**", "sidebar/**"],
"dependsOn": ["^build", "^docs:gen"],
"cache": false
}
}
}

0 comments on commit 1b458d6

Please sign in to comment.