Skip to content

Commit

Permalink
Merge branch 'master' into add/warn
Browse files Browse the repository at this point in the history
  • Loading branch information
babblebey authored Sep 16, 2024
2 parents 18ba56a + 2cc8f1a commit 520271f
Show file tree
Hide file tree
Showing 3 changed files with 99 additions and 107 deletions.
1 change: 0 additions & 1 deletion lib/glob-assets.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ export default async function globAssets({ cwd }, assets) {
const globbed = await globby(glob, {
cwd,
expandDirectories: false, // TODO Temporary workaround for https://github.com/mrmlnc/fast-glob/issues/47
gitignore: false,
dot: true,
onlyFiles: false,
});
Expand Down
199 changes: 96 additions & 103 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 520271f

Please sign in to comment.