Skip to content

Commit

Permalink
build: fix build command
Browse files Browse the repository at this point in the history
Signed-off-by: Phil Adams <phil_adams@us.ibm.com>
  • Loading branch information
padamstx committed Jan 10, 2025
1 parent dda9ef1 commit 00eadd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
run: |
npm ci
cd sdk-test-utilities && npm ci && cd ..
npm build
npm run build
- name: Run semantic-release
env:
Expand Down

0 comments on commit 00eadd5

Please sign in to comment.