mirror of
https://github.com/scratchfoundation/scratch-semantic-release-config.git
synced 2025-02-17 00:20:29 -05:00
Merge pull request #186 from scratchfoundation/work-around-double-prepack
fix: work around semantic-release/npm plugin prepack issue
This commit is contained in:
commit
a4fcd8797a
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
}
|
||||
],
|
||||
[
|
||||
|
|
Loading…
Reference in a new issue