Skip to content

Commit

Permalink
fix(wallet): Add missing wallet build nightly task (#4118)
Browse files Browse the repository at this point in the history
  • Loading branch information
marc2332 authored Nov 19, 2024
1 parent b6ebd9b commit bd0d1d5
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,19 @@
"!.next/cache/**",
"pkg/**"
]
},
"build:nightly": {
"dependsOn": [
"^build"
],
"outputs": [
"build/**",
"dist/**",
"storybook-static/**",
".next/**",
"!.next/cache/**",
"pkg/**"
]
}
},
"globalEnv": [
Expand Down

0 comments on commit bd0d1d5

Please sign in to comment.