Skip to content

Commit

Permalink
chore(.github/actions/prepare/build): call build:all
Browse files Browse the repository at this point in the history
  • Loading branch information
guesant authored Jan 26, 2025
1 parent d0af2ca commit 2a8b310
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/prepare/build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ runs:
using: "composite"

steps:
- name: "Build: all build scripts"
- name: "Build all"
if: ${{ inputs.workspace-build == 'true' }}
shell: bash
run: pnpm run -w build
run: pnpm run -w build:all

0 comments on commit 2a8b310

Please sign in to comment.