Skip to content

Commit

Permalink
run npm config fix
Browse files Browse the repository at this point in the history
  • Loading branch information
yousif-bugsnag committed Jan 12, 2024
1 parent f5a8d33 commit 83d4b9b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dockerfiles/Dockerfile.react-native-android-builder
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ RUN echo "registry=$REGISTRY_URL" >> ~/.npmrc
RUN echo "_auth=$REG_BASIC_CREDENTIAL" >> ~/.npmrc
RUN echo "email=$REG_NPM_EMAIL" >> ~/.npmrc
RUN echo "always-auth=true" >> ~/.npmrc
RUN npm config fix

# gradle / artifactory auth
ARG MAVEN_REPO_URL
Expand Down

0 comments on commit 83d4b9b

Please sign in to comment.