ci: add patch-package to docker build

This commit is contained in:
Nicolas Giard
2023-08-10 18:56:38 -04:00
committed by GitHub
parent 491d63ceee
commit cae50a70d9
2 changed files with 2 additions and 0 deletions

View File

@@ -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 ---