Skip to content

Commit

Permalink
build: fix build error on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
asvishnyakov committed Feb 4, 2024
1 parent 26fe4a5 commit 25320e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/processInvariants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ function transform(code: string, relativeFilePath: string) {
});

if (
!["utilities/globals/index.js", "config/jest/setup.js"].includes(
![osPathJoin("utilities", "globals", "index.js"), osPathJoin("config", "jest", "setup.js")].includes(
relativeFilePath
)
)
Expand Down

0 comments on commit 25320e5

Please sign in to comment.