Skip to content

Commit f9b7a1e

Browse files
committed
build: fix sequencing
1 parent 04143cb commit f9b7a1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

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

1111
RUN npm i -g [email protected]
12-
RUN pnpm approve-builds
1312
RUN pnpm fetch --prod
13+
RUN pnpm approve-builds
1414
# RUN pnpm fetch
1515
RUN pnpm i -P --ignore-scripts
1616
# RUN pnpm i --ignore-scripts

0 commit comments

Comments
 (0)