Skip to content

Commit 02f3ad6

Browse files
committed
feat: add condition to check for ESM before verifying build directory existence
1 parent 4b19200 commit 02f3ad6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tools/karma.conf.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ if (
5151
}
5252

5353
if (
54+
!isESM &&
5455
!fs.existsSync(
5556
buildDir +
5657
'/jodit' +

0 commit comments

Comments
 (0)