Skip to content

Commit

Permalink
chore: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
agualis committed Sep 20, 2024
1 parent e64d2b7 commit 23a55e2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"build:dev": {
"dependsOn": ["^build:dev"],
"inputs": ["$TURBO_DEFAULT$", ".env*"],
"outputs": [".next/**", "!.next/cache/**"]
"outputs": [".next/**", "!.next/cache/**", ]
},
"lint": {
"dependsOn": ["^lint"]
Expand All @@ -33,7 +33,8 @@
},
"graphql:gen": {
"dependsOn": ["^graphql:gen"],
"inputs": [".env*"]
"inputs": [".env*"],
"outputs": ["src/generated/**"]
}
}
}

0 comments on commit 23a55e2

Please sign in to comment.