Skip to content

Commit

Permalink
wip: attempt to fix lint typescript failure
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoMcA committed Dec 11, 2024
1 parent f194598 commit 5e2cb16
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ jobs:
key: vscode-ripgrep-bin-${{ runner.os }}-${{ runner.arch }}-${{ hashFiles('yarn.lock') }}
path: node_modules/@vscode/ripgrep/bin/

- name: Install all npm packages (libs/play)
working-directory: libs/play
run: npm ci

- name: Install all yarn packages (ROOT)
run: yarn --frozen-lockfile
env:
Expand Down

0 comments on commit 5e2cb16

Please sign in to comment.