Skip to content

Commit

Permalink
fix turbo.json
Browse files Browse the repository at this point in the history
  • Loading branch information
fuxingloh committed Nov 9, 2023
1 parent c836289 commit c7ee702
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions website/turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
"$schema": "https://turborepo.org/schema.json",
"extends": ["//"],
"pipeline": {
"build": {
"outputs": [".next/**", "!.next/cache/**"],
"dependsOn": ["^build"]
},
"dev": {
"cache": false,
"persistent": true,
Expand Down

0 comments on commit c7ee702

Please sign in to comment.