Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
sw-joelmut committed Dec 10, 2024
1 parent 3c8a9bb commit c3cf44f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/botbuilder-vendors/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ export const command = (argv: string[]) => async () => {
// TODO: get folder where the script is running and execute the stuff there.
const workspaces = await collectWorkspacePackages(repoRoot, packageFile.workspaces?.packages, {
hasLocalDependencies: true,
ignorePath: ['/libraries/botbuilder-vendors/**/*'],
ignorePath: ['**/libraries/botbuilder-vendors/**/*'],
});

const globalVendors = await collectVendors(repoRoot);
Expand Down

0 comments on commit c3cf44f

Please sign in to comment.