Skip to content

Commit

Permalink
ci(monorepo): 👷 still trying to make this work...
Browse files Browse the repository at this point in the history
  • Loading branch information
a-luna committed Jul 4, 2023
1 parent 441cd4f commit 8bb283b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
auto-install-peers=true
1 change: 0 additions & 1 deletion apps/portfolio/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ RUN npm i -g pnpm
FROM base AS dependencies
WORKDIR /app
COPY . .
RUN echo > .npmrc auto-install-peers=true
RUN pnpm install

FROM dependencies as build
Expand Down

0 comments on commit 8bb283b

Please sign in to comment.