Skip to content

Commit

Permalink
replace it with a turbo task
Browse files Browse the repository at this point in the history
  • Loading branch information
marc2332 committed Nov 5, 2024
1 parent 5ef8f60 commit a2b4f99
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/apps_wallet_rc_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
export artifact_name="iota-wallet-${{ steps.package-version.outputs.current-version }}-rc.${{ env.RC_VERSION }}"
echo "artifact_name=${artifact_name}" >> $GITHUB_ENV
- name: Build Wallet
run: pnpm --filter=iota-wallet build:rc
run: pnpm wallet build:rc
- name: Upload artifacts
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # pin@v4
with:
Expand Down
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 a2b4f99

Please sign in to comment.