Skip to content

Commit b658d44

Browse files
committed
Fixed exercise script
1 parent 523e0b3 commit b658d44

File tree

2 files changed

+445
-274
lines changed

2 files changed

+445
-274
lines changed

scripts/exercise.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ if (!exercise) {
3232
}
3333

3434
const allExercises = fg.sync(
35-
path.join(srcPath, "**", "**.ts").replace(/\\/g, "/"),
35+
path.join(srcPath, "**", "**.{ts,tsx}").replace(/\\/g, "/"),
3636
);
3737

3838
let pathIndicator = ".problem.";

0 commit comments

Comments
 (0)