From b5cd8edf530c74bbffcfff8538ce85100ac201ec Mon Sep 17 00:00:00 2001 From: Sarah Vaupel Date: Thu, 27 Jun 2024 18:21:49 +0200 Subject: [PATCH] chore(gitlab-ci): fix npmrc install contd --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 10e6974b4..2c2f73f40 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -44,6 +44,8 @@ node modules: - .npm - node_modules script: + - make .npmrc # TODO: debug + - cat .npmrc # TODO: debug - make node_modules before_script: &nix-before - git config --global init.defaultBranch master