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

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