Compare commits
No commits in common. "b0b09eb8ad4c420a40f3799d12496d3874c47ffd" and "9acaa18e6d7a03d3a2fb292b144cf80cf8be96d5" have entirely different histories.
b0b09eb8ad
...
9acaa18e6d
2 changed files with 2 additions and 2 deletions
|
|
@ -11,7 +11,7 @@ RUN bunx turbo prune @dimensionlab/web --docker
|
||||||
FROM base AS deps
|
FROM base AS deps
|
||||||
|
|
||||||
COPY --from=pruner /repo/out/json/ ./
|
COPY --from=pruner /repo/out/json/ ./
|
||||||
RUN bun install --frozen-lockfile --ignore-scripts
|
RUN bun install --frozen-lockfile
|
||||||
|
|
||||||
FROM deps AS build
|
FROM deps AS build
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -195,7 +195,7 @@ describe("workspace boundaries", () => {
|
||||||
const sourceCopy = "COPY --from=pruner /repo/out/full/ ./";
|
const sourceCopy = "COPY --from=pruner /repo/out/full/ ./";
|
||||||
const tsconfigCopy =
|
const tsconfigCopy =
|
||||||
"COPY --from=pruner /repo/tsconfig.base.json /repo/tsconfig.json ./";
|
"COPY --from=pruner /repo/tsconfig.base.json /repo/tsconfig.json ./";
|
||||||
const installCommand = "RUN bun install --frozen-lockfile --ignore-scripts";
|
const installCommand = "RUN bun install --frozen-lockfile";
|
||||||
|
|
||||||
expect(containerfile).toContain("AS pruner");
|
expect(containerfile).toContain("AS pruner");
|
||||||
expect(containerfile).toContain(pruneCommand);
|
expect(containerfile).toContain(pruneCommand);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue