mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-09 02:23:39 -05:00
Testing npmrc
This commit is contained in:
parent
aec2b56df3
commit
dccc932276
2 changed files with 14 additions and 0 deletions
|
@ -35,6 +35,11 @@ RUN apk add --no-cache \
|
|||
RUN pip3 --no-cache-dir install --upgrade --no-cache-dir \
|
||||
yamllint pylint yq
|
||||
|
||||
###################################
|
||||
# COPY .npmrc to docker container #
|
||||
###################################
|
||||
COPY lib/.npmrc ~/.npmrc
|
||||
|
||||
####################
|
||||
# Run NPM Installs #
|
||||
####################
|
||||
|
|
9
lib/.npmrc
Normal file
9
lib/.npmrc
Normal file
|
@ -0,0 +1,9 @@
|
|||
################################
|
||||
# .NPMRC file for Super Linter #
|
||||
################################
|
||||
|
||||
# Set prefix path
|
||||
prefix=~/.npm-global
|
||||
|
||||
# Set the log Level to Error only
|
||||
loglevel=error
|
Loading…
Reference in a new issue