chore(gitlab-ci): manually make .npmrc before frontend-build

This commit is contained in:
Sarah Vaupel 2024-01-17 03:18:52 +01:00
parent 79e3ff2523
commit 608cff73cf

View File

@ -65,6 +65,7 @@ frontend:
paths:
- .well-known-cache
script:
- "nix-shell -p gup --command 'make .npmrc'" # TODO: hotfix; make obsolete
- "nix-shell -p nodejs_21 --command 'make frontend-build'"
before_script: *nix-before
needs: