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:
- .well-known-cache
script:
- make frontend-build
- "nix-shell --command 'make frontend-build'"
before_script: *nix-before
needs:
- job: node modules