Configure npm registry and add verbose output for debugging

This commit is contained in:
Mondo Diaz
2026-01-13 23:15:37 +00:00
parent c816286394
commit eca4f3a350

View File

@@ -207,7 +207,8 @@ frontend_tests:
policy: pull-push
before_script:
- cd frontend
- npm ci
- npm config set registry https://deps.global.bsf.tools/npm/
- npm ci --verbose
script:
- npm run test -- --run --reporter=verbose --coverage
artifacts: