chore(gitlab-ci): fix npmrc install contd

This commit is contained in:
Sarah Vaupel 2024-06-27 18:21:49 +02:00
parent db95e9c38d
commit b5cd8edf53

View File

@ -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