Skip to content

Commit

Permalink
ci: add patch-package to docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
NGPixel authored Aug 10, 2023
1 parent 491d63c commit cae50a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions dev/build-arm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ WORKDIR /wiki
COPY ./package.json ./package.json

RUN yarn --production --frozen-lockfile --non-interactive --network-timeout 100000
RUN yarn patch-package

# ===============
# --- Release ---
Expand Down
1 change: 1 addition & 0 deletions dev/build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ RUN yarn --frozen-lockfile --non-interactive
RUN yarn build
RUN rm -rf /wiki/node_modules
RUN yarn --production --frozen-lockfile --non-interactive
RUN yarn patch-package

# ===============
# --- Release ---
Expand Down

0 comments on commit cae50a7

Please sign in to comment.