We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d8ec7b commit 3bd9401Copy full SHA for 3bd9401
__scripts/test.mjs
@@ -51,6 +51,7 @@ console.log(`Testing changed examples: ${list.format(examples)}`);
51
52
for (const example of examples) {
53
queue.add(async () => {
54
+ console.log({ example });
55
const pkgJson = await PackageJson.load(example);
56
57
/** @type {import('execa').Options} */
0 commit comments