Skip to content

Commit 11abc90

Browse files
committed
Time to figure out why playwright detection isn't working
1 parent 6a436b6 commit 11abc90

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/actions/src/info/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@ export function processRawPackages(topoOrder: string[], packages: Record<string,
109109
}
110110
}
111111

112+
console.log(packageName, packageInfo.package.devDependencies);
112113
const needsPlaywright =
113114
packageInfo.package.devDependencies !== undefined &&
114115
'playwright' in packageInfo.package.devDependencies;

0 commit comments

Comments
 (0)