Skip to content

Commit

Permalink
build: ignore mocks
Browse files Browse the repository at this point in the history
  • Loading branch information
peterpeterparker committed Jul 10, 2024
1 parent 6ee8213 commit 630c809
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions js-library/esbuild.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ const bundleFiles = () => {
(file) =>
!file.includes("test") &&
!file.includes("spec") &&
!file.includes("mock") &&
statSync(join(process.cwd(), "src", file)).isFile(),
)
.map((file) => `src/${file}`);
Expand Down

0 comments on commit 630c809

Please sign in to comment.