Skip to content

Commit c66d0f3

Browse files
fix(release): use tauri-action beforeBuildCommand for web build
Moves web frontend build into tauri-action's beforeBuildCommand so Turborepo's dependency graph drives the ordering rather than a detached workflow step that can be reordered away from the action that needs it.
1 parent 18feaeb commit c66d0f3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,4 +62,5 @@ jobs:
6262
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6363
with:
6464
releaseId: ${{ steps.get-release.outputs.release_id }}
65+
beforeBuildCommand: pnpm turbo build --filter=@openconcho/web
6566
args: --target ${{ matrix.target }}

0 commit comments

Comments
 (0)