Skip to content

Commit

Permalink
Merge pull request #492 from ladesa-ro/dev/gabriel
Browse files Browse the repository at this point in the history
chore(.github/actions/prepare/build): call build:all
  • Loading branch information
guesant authored Jan 26, 2025
2 parents d0af2ca + 2a8b310 commit e043447
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 e043447

Please sign in to comment.