Skip to content
This repository has been archived by the owner on Oct 20, 2024. It is now read-only.

Commit

Permalink
ci: Fix JavaScript action
Browse files Browse the repository at this point in the history
Signed-off-by: M3DZIK <[email protected]>
  • Loading branch information
M3DZIK committed Sep 26, 2023
1 parent 30feb97 commit b1e7e15
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/javascript.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ jobs:
with:
node-version: ${{ matrix.node-version }}

- name: Install dependencies
run: npm install --prefix javascript

- name: Compile TypeScript to JavaScript
run: npm run compile --prefix javascript

Expand Down

0 comments on commit b1e7e15

Please sign in to comment.