diff --git a/apps/web/src/lib/workspace-boundary.test.ts b/apps/web/src/lib/workspace-boundary.test.ts index 38a3f1b..c1ccaca 100644 --- a/apps/web/src/lib/workspace-boundary.test.ts +++ b/apps/web/src/lib/workspace-boundary.test.ts @@ -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"; + const installCommand = "RUN bun install --frozen-lockfile --ignore-scripts"; expect(containerfile).toContain("AS pruner"); expect(containerfile).toContain(pruneCommand);