Skip to content

Commit 04143cb

Browse files
committed
build: add pnpm approve-builds to Dockerfile
1 parent 8e2453c commit 04143cb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ COPY package.json pnpm-lock.yaml ./
99
COPY patches ./patches/
1010

1111
RUN npm i -g [email protected]
12+
RUN pnpm approve-builds
1213
RUN pnpm fetch --prod
1314
# RUN pnpm fetch
1415
RUN pnpm i -P --ignore-scripts

0 commit comments

Comments
 (0)