run nm ci when not already installed into repository folder
Testing / test (push) Failing after 14m20s

This commit is contained in:
2026-05-01 19:44:18 +02:00
parent 6f7c4fc7ea
commit f836844791
2 changed files with 8 additions and 2 deletions
+1 -2
View File
@@ -414,8 +414,7 @@ uv run pytest -q
On NixOS or hosts without global Node/npm:
```sh
nix-shell
npm ci
nix-shell # automatically runs npm ci when node_modules is missing/outdated
npm run check:extension
```