Skip to content

Commit

Permalink
fix: ci
Browse files Browse the repository at this point in the history
  • Loading branch information
osipov-mit committed Nov 25, 2024
1 parent cc4a178 commit 36a97a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/js-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
run: yarn install

- name: 'Prepare: build parser'
run: node ./js/scripts/build-parser.js
run: ./js/scripts/build-parser.sh

- name: 'Prepare: build all'
run: yarn build
Expand Down

0 comments on commit 36a97a0

Please sign in to comment.