Merge pull request #186 from scratchfoundation/work-around-double-prepack

fix: work around semantic-release/npm plugin prepack issue
This commit is contained in:
Christopher Willis-Ford 2024-09-10 13:31:14 -07:00 committed by GitHub
commit a4fcd8797a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -12,7 +12,7 @@ module.exports = {
[
'@semantic-release/npm',
{
tarballDir: 'pack'
// Do not set 'tarballDir' without considering this issue: https://github.com/semantic-release/npm/issues/535
}
],
[