Skip to content

Commit

Permalink
chore: also search dots
Browse files Browse the repository at this point in the history
  • Loading branch information
jamezrin committed Jun 5, 2024
1 parent 8d4cc4c commit 9a63fa5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion forge.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,11 @@ async function patchAllFiles(buildPath) {

console.log('Enhancer patcher:', enhancerPatcher)

const files = await glob('**/**', {
const files = await glob('**/*', {
cwd: buildPath,
posix: true,
nodir: true,
dot: true,
absolute: false,
ignore: ['**/node_modules/**'],
})
Expand Down

0 comments on commit 9a63fa5

Please sign in to comment.