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 712c55969f
commit 4cc2c8058f

View File

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