refactor: move cli to package folder (#28356)

This commit is contained in:
Jason Rasmussen
2026-05-11 14:49:45 -04:00
committed by GitHub
parent fb0a54d548
commit db589455f4
37 changed files with 133 additions and 139 deletions
-1
View File
@@ -40,7 +40,6 @@ RUN --mount=type=cache,id=pnpm-web,target=/buildcache/pnpm-store \
FROM builder AS cli
COPY ./cli ./cli/
COPY ./packages ./packages/
RUN --mount=type=cache,id=pnpm-cli,target=/buildcache/pnpm-store \
--mount=type=bind,source=package.json,target=package.json \