Skip to content

Commit

Permalink
Pass ignoredWorkspacePatterns to mapWorkspaces ignore param (resolves #…
Browse files Browse the repository at this point in the history
  • Loading branch information
arnoud-dv committed Nov 29, 2023
1 parent 0c7001a commit 69132b0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/knip/src/ConfigurationChief.ts
Original file line number Diff line number Diff line change
Expand Up @@ -270,6 +270,7 @@ export class ConfigurationChief {
const workspaces = await mapWorkspaces({
pkg: this.manifest ?? {},
cwd: this.cwd,
ignore: this.ignoredWorkspacePatterns,
});

const manifestWorkspaces = new Map();
Expand Down

0 comments on commit 69132b0

Please sign in to comment.