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 b5c9f21 commit 67e50dbCopy full SHA for 67e50db
.github/actions/src/info/index.ts
@@ -216,7 +216,7 @@ async function main() {
216
] = await Promise.all([
217
getAllPackages(pathlib.join(gitRoot, 'src', 'bundles')),
218
getAllPackages(pathlib.join(gitRoot, 'src', 'tabs')),
219
- getAllPackages(pathlib.join(gitRoot, 'libs')),
+ getAllPackages(pathlib.join(gitRoot, 'lib')),
220
getAllPackages(pathlib.join(gitRoot), 1)
221
]);
222
0 commit comments