Skip to content

Commit 05b63af

Browse files
jdhuntingtonGeeWee
authored andcommitted
fix: update call to globIgnore (#1002) (#1003)
globIgnore now requires the 'absolute' option to be specified.
1 parent f92bc41 commit 05b63af

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

scripts/lib/bundle.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ function readPackageDigest() {
2525

2626
function computePackageDigest(noWriteFile = false) {
2727
const files = globIgnore(join(rootDir, '**'), {
28+
absolute: true,
2829
ignore: readFileSync(join(rootDir, '.npmignore'))
2930
.toString('utf8')
3031
.split(/\n/g)

0 commit comments

Comments
 (0)