chore(gitlab-ci): make frontend-build in nix-shell

This commit is contained in:
Sarah Vaupel 2024-01-17 03:05:43 +01:00
parent 21cf918384
commit 75a30b9c35

View File

@ -65,7 +65,7 @@ frontend:
paths: paths:
- .well-known-cache - .well-known-cache
script: script:
- make frontend-build - "nix-shell --command 'make frontend-build'"
before_script: *nix-before before_script: *nix-before
needs: needs:
- job: node modules - job: node modules