Skip to content

Commit 44afef1

Browse files
committed
ci: ensure web build deps for scans
1 parent af64ce3 commit 44afef1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/security-scans.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,9 @@ jobs:
3030
containers/ai-eval-runner/package-lock.json
3131
3232
- name: Install web dependencies
33-
run: npm ci --prefix web --omit=dev
33+
run: |
34+
npm ci --prefix web --omit=dev
35+
npm install --prefix web --ignore-scripts typescript vite
3436
3537
- name: Install ai-eval-runner dependencies
3638
run: npm ci --prefix containers/ai-eval-runner --omit=dev

0 commit comments

Comments
 (0)