Skip to content

Commit

Permalink
update turbo deps
Browse files Browse the repository at this point in the history
  • Loading branch information
adairrr committed Nov 24, 2024
1 parent d3a3cb0 commit c889eec
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions examples/wagemos-xion-nextjs/turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
"pipeline": {
"build": {
"dependsOn": [
"@abstract-money/actions-xion#build",
"@abstract-money/provider-xion#build",
"@abstract-money/provider-graz#build",
"@abstract-money/react#build",
"generate"
Expand All @@ -12,6 +14,8 @@
},
"dev": {
"dependsOn": [
"@abstract-money/actions-xion#build",
"@abstract-money/provider-xion#build",
"@abstract-money/provider-graz#build",
"@abstract-money/react#build",
"generate"
Expand All @@ -20,6 +24,8 @@
},
"typecheck": {
"dependsOn": [
"@abstract-money/actions-xion#build",
"@abstract-money/provider-xion#build",
"@abstract-money/provider-graz#build",
"@abstract-money/react#build",
"generate"
Expand Down

0 comments on commit c889eec

Please sign in to comment.