Skip to content
Snippets Groups Projects
Commit 1bea5536 authored by Eskudero Gurrutxaga, Ibon's avatar Eskudero Gurrutxaga, Ibon
Browse files

check .npmrc content

parent 1ff7322d
No related branches found
No related tags found
No related merge requests found
...@@ -26,6 +26,7 @@ license_check: ...@@ -26,6 +26,7 @@ license_check:
- touch ".npmrc" - touch ".npmrc"
# write config json to config file # write config json to config file
- echo "$NPMRCV2" >> .npmrc - echo "$NPMRCV2" >> .npmrc
- cat .npmrc
# install dependencies using local .npmrc # install dependencies using local .npmrc
- npm install --userconfig ./.npmrc - npm install --userconfig ./.npmrc
# check for licenses # check for licenses
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment