Skip to content

Commit 2e5473e

Browse files
committed
debug
Signed-off-by: Logan McAnsh <[email protected]>
1 parent 467eca4 commit 2e5473e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

__scripts/test.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ if (process.env.CI) {
3636
const dirs = files.map((f) => f.split("/").at(0));
3737

3838
examples = [...new Set(dirs)].filter((d) => !TO_IGNORE.includes(d));
39+
console.log({ examples });
3940
} else {
4041
const entries = await fse.readdir(process.cwd(), { withFileTypes: true });
4142
examples = entries
@@ -51,7 +52,6 @@ console.log(`Testing changed examples: ${list.format(examples)}`);
5152

5253
for (const example of examples) {
5354
queue.add(async () => {
54-
console.log({ example });
5555
const pkgJson = await PackageJson.load(example);
5656

5757
/** @type {import('execa').Options} */

0 commit comments

Comments
 (0)