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