Skip to content

Commit

Permalink
fix: build
Browse files Browse the repository at this point in the history
  • Loading branch information
Agilulfo1820 committed Dec 13, 2024
1 parent 7ba1141 commit 860b22c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,10 @@
},
"build:prod": {
"cache": false,
"dependsOn": ["^compile"],
"dependsOn": [
"^compile",
"@repo/contracts#check-contracts-deployment:mainnet"
],
"outputs": [".next/**", "!.next/cache/**"]
},
"lint": {
Expand Down

0 comments on commit 860b22c

Please sign in to comment.