Skip to content

Commit

Permalink
Pass cwd to globby (#514)
Browse files Browse the repository at this point in the history
Fixes #513
  • Loading branch information
tclindner committed Nov 13, 2021
1 parent 516b023 commit a7b1c07
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/config/applyOverrides.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ const applyOverrides = (cwd, filePath, rules, overrides) => {
});

const globFiles = globby.sync(transformedPatterns, {
cwd,
gitignore: true,
});

Expand Down

0 comments on commit a7b1c07

Please sign in to comment.