diff --git a/.github/workflows/apps_wallet_rc_build.yml b/.github/workflows/apps_wallet_rc_build.yml index 612fee8a728..625c6cbc23f 100644 --- a/.github/workflows/apps_wallet_rc_build.yml +++ b/.github/workflows/apps_wallet_rc_build.yml @@ -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: diff --git a/turbo.json b/turbo.json index f73103f2c7e..0035645487c 100644 --- a/turbo.json +++ b/turbo.json @@ -28,6 +28,19 @@ "!.next/cache/**", "pkg/**" ] + }, + "build:rc": { + "dependsOn": [ + "^build" + ], + "outputs": [ + "build/**", + "dist/**", + "storybook-static/**", + ".next/**", + "!.next/cache/**", + "pkg/**" + ] } }, "globalEnv": [