Skip to content

Commit

Permalink
chore: fix2
Browse files Browse the repository at this point in the history
  • Loading branch information
agualis committed Sep 20, 2024
1 parent 23a55e2 commit 8a8d8f0
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 @@ -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 Down

0 comments on commit 8a8d8f0

Please sign in to comment.