Skip to content

Commit

Permalink
fix: rc file name
Browse files Browse the repository at this point in the history
  • Loading branch information
scopsy committed Apr 9, 2023
1 parent 7ea0d1b commit 1994a85
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .npmrc-cloud
Original file line number Diff line number Diff line change
@@ -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
3 changes: 1 addition & 2 deletions apps/api/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 1994a85

Please sign in to comment.