Skip to content

Commit

Permalink
fix: cache add
Browse files Browse the repository at this point in the history
  • Loading branch information
milaninfy committed May 13, 2024
1 parent e40454c commit 9b1b5a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/commands/cache.js
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ class Cache extends BaseCommand {
return pacote.tarball.stream(spec, stream => {
stream.resume()
return stream.promise()
}, { ...this.npm.flatOptions })
}, { ...this.npm.flatOptions, fullMetadata: true })
}))
}

Expand Down

0 comments on commit 9b1b5a8

Please sign in to comment.