Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: work around semantic-release/npm plugin prepack issue
There's an issue where the `npm` plugin for `semantic-release` effectively runs `npm prepack` twice when `tarballDir` is set. Worse, if the `tarballDir` is within the package directory and not excluded (by `.npmignore`, for example) then the tarball from the first `prepack` will end up inside the tarball for the second `prepack`, effectively doubling the package size. See semantic-release/npm#535
- Loading branch information