Skip to content

Commit

Permalink
Update typecheck-extension.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
maciekstosio committed Dec 13, 2024
1 parent 2724c81 commit c2c0e78
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/typecheck-extension.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
runs-on: ubuntu-latest
env:
WORKING_DIRECTORY: packages/vscode-extension
SUBMODULE_DIRECTORY: packages/vscode-js-debug
steps:
- name: Checkout
uses: actions/checkout@v4
Expand All @@ -37,6 +38,10 @@ jobs:
cache: "npm"
cache-dependency-path: packages/vscode-extension/package-lock.json

- name: Install submodule node dependencies
working-directory: ${{ env.SUBMODULE_DIRECTORY }}
run: npm i

- name: Install node dependencies
working-directory: ${{ env.WORKING_DIRECTORY }}
run: npm i
Expand Down

0 comments on commit c2c0e78

Please sign in to comment.