Skip to content

Commit

Permalink
Corrects build.
Browse files Browse the repository at this point in the history
  • Loading branch information
zorkow committed Oct 30, 2023
1 parent a7c28c8 commit c7be052
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
run_install: false

- name: Setup Speech Rule Engine
run: pnpm i
run: pnpm i; pnpm build

- name: Upload build
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit c7be052

Please sign in to comment.