Skip to content

Commit

Permalink
fix(ci,wallet): Add missing build:rc turbo task (#3914)
Browse files Browse the repository at this point in the history
* fix(tooling-wallet): Fix wallet build rc workflow script

* replace it with a turbo task

---------

Co-authored-by: Begoña Álvarez de la Cruz <[email protected]>
  • Loading branch information
marc2332 and begonaalvarezd committed Nov 5, 2024
1 parent e13b8da commit 3364ef7
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 @@ -28,6 +28,19 @@
"!.next/cache/**",
"pkg/**"
]
},
"build:rc": {
"dependsOn": [
"^build"
],
"outputs": [
"build/**",
"dist/**",
"storybook-static/**",
".next/**",
"!.next/cache/**",
"pkg/**"
]
}
},
"globalEnv": [
Expand Down

0 comments on commit 3364ef7

Please sign in to comment.