Compare commits
1 commit
631e789546
...
d16ddc4561
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d16ddc4561 |
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 tsconfigCopy =
|
||||
"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(pruneCommand);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue