Skip to content

Commit

Permalink
Fix missing install in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
slak44 committed Feb 6, 2024
1 parent df044b8 commit a862ccb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@ jobs:
with:
name: ckompiler-js-dist
path: build/dist/js/productionLibrary/
- name: Install ckompiler.js node_modules
run: npm install
working-directory: build/dist/js/productionLibrary/
- run: npm install
working-directory: internals-explorer
- name: Run eslint
Expand Down

0 comments on commit a862ccb

Please sign in to comment.