Skip to content

Commit

Permalink
support addons generated with cookieplone. See #109
Browse files Browse the repository at this point in the history
  • Loading branch information
erral committed Nov 22, 2024
1 parent 13d4377 commit 74be9da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ packages:
# all packages in direct subdirs of packages/
- 'core/packages/*'
- 'packages/*'
- 'packages/*/packages/*'
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ COPY --chown=node packages/{{cookiecutter.frontend_addon_name}} /app/packages/{{
COPY --chown=node volto.config.js /app/
COPY --chown=node package.json /app/package.json.temp
COPY --chown=node mrs.developer.json /app/
COPY --chown=node pnpm-workspace.yaml /app/

RUN --mount=type=cache,id=pnpm,target=/app/.pnpm-store,uid=1000 <<EOT
set -e
Expand Down

0 comments on commit 74be9da

Please sign in to comment.