Skip to content

Commit

Permalink
build(components): fix build step
Browse files Browse the repository at this point in the history
Make it a proper multiline command so that both commands are executed.
  • Loading branch information
fengelniederhammer committed Apr 24, 2024
1 parent 5fbf6b9 commit 48758a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-components.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:

- name: Build
if: ${{ steps.release.outputs.components--release_created }}
run:
run: |
npm ci
npm run build
working-directory: components
Expand Down

0 comments on commit 48758a5

Please sign in to comment.