Skip to content

Commit 2d65e31

Browse files
committed
Merge remote-tracking branch 'upstream/main'
2 parents e45c281 + b658d44 commit 2d65e31

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, "**", "**.tsx").replace(/\\/g, "/"),
35+
path.join(srcPath, "**", "**.{ts,tsx}").replace(/\\/g, "/"),
3636
);
3737

3838
let pathIndicator = ".problem.";

0 commit comments

Comments
 (0)