fix: install npm packages before linting

This commit is contained in:
2025-03-18 22:32:02 -04:00
parent ef11ac81a3
commit 94366907d8
2 changed files with 10 additions and 0 deletions

View File

@ -32,6 +32,10 @@ jobs:
~/.cache/go-build
~/go/pkg/mod
~/.npm
- name: Install npm packages
working-directory: ./client
run: npm ci
- name: Lint
run: nix develop --command ts-lint