Skip to content

Commit

Permalink
omit flex test file from build
Browse files Browse the repository at this point in the history
  • Loading branch information
mattstyles committed Apr 12, 2024
1 parent 3233279 commit e5f417c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified bun.lockb
Binary file not shown.
2 changes: 1 addition & 1 deletion packages/layout/flex/arc.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { getTsConfig } from "@urban-ui/arc/ts";
const tsconfig = await getTsConfig();

const config: Config = {
include: [tsconfig.compilerOptions?.rootDir ?? "src"],
include: [tsconfig.compilerOptions?.rootDir ?? "src", "!src/*.test.ts*"],
outDir: "dist",
rootDir: tsconfig.compilerOptions?.rootDir ?? "src",
};
Expand Down

0 comments on commit e5f417c

Please sign in to comment.