diff --git a/Earthfile b/Earthfile index ba35b23..e71f8c9 100644 --- a/Earthfile +++ b/Earthfile @@ -8,7 +8,7 @@ site: CACHE --id=pnpm $HOME/.local/share/pnpm RUN pnpm install --frozen-lockfile --prod COPY . /site - COPY +assets-generated/* /site/assets/generated + COPY +assets-generated/ /site/assets/generated RUN pnpm build SAVE ARTIFACT build AS LOCAL build