From 608cff73cfebe5fdb822db1d8250a88dec0c7be2 Mon Sep 17 00:00:00 2001 From: Sarah Vaupel Date: Wed, 17 Jan 2024 03:18:52 +0100 Subject: [PATCH] chore(gitlab-ci): manually make .npmrc before frontend-build --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ff4c1520a..85c741e4c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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: