From 1994a85ab9d4496cf3a0192e90db99d5b87bd7e9 Mon Sep 17 00:00:00 2001 From: Dima Grossman Date: Sun, 9 Apr 2023 11:48:01 +0300 Subject: [PATCH] fix: rc file name --- .npmrc-cloud | 2 +- apps/api/Dockerfile | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.npmrc-cloud b/.npmrc-cloud index 92176607461..e5857677cae 100644 --- a/.npmrc-cloud +++ b/.npmrc-cloud @@ -1,5 +1,5 @@ auto-install-peers=true strict-peer-dependencies=false @taskforcesh:registry=https://npm.taskforce.sh/ -//npm.taskforce.sh/:_authToken=${$BULL_MQ_PRO_NPM_TOKEN} +//npm.taskforce.sh/:_authToken=${BULL_MQ_PRO_NPM_TOKEN} always-auth=true diff --git a/apps/api/Dockerfile b/apps/api/Dockerfile index d36f2fae894..62bfb3c7a01 100644 --- a/apps/api/Dockerfile +++ b/apps/api/Dockerfile @@ -74,8 +74,7 @@ RUN cat .npmrc RUN --mount=type=cache,id=pnpm-store-api,target=/root/.pnpm-store\ pnpm install --filter "{${PACKAGE_PATH}}..." \ --frozen-lockfile \ - --unsafe-perm \ - --reporter=silent + --unsafe-perm ENV NEW_RELIC_NO_CONFIG_FILE=true