Skip to content

Commit

Permalink
Merge cbaeedc into f92bc41
Browse files Browse the repository at this point in the history
  • Loading branch information
jdhuntington committed Feb 27, 2019
2 parents f92bc41 + cbaeedc commit e43eb01
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/lib/bundle.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ function readPackageDigest() {

function computePackageDigest(noWriteFile = false) {
const files = globIgnore(join(rootDir, '**'), {
absolute: true,
ignore: readFileSync(join(rootDir, '.npmignore'))
.toString('utf8')
.split(/\n/g)
Expand Down

0 comments on commit e43eb01

Please sign in to comment.