Compare commits
1 commit
d16ddc4561
...
631e789546
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
631e789546 |
1 changed files with 1 additions and 1 deletions
|
|
@ -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";
|
const installCommand = "RUN bun install --frozen-lockfile --ignore-scripts";
|
||||||
|
|
||||||
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