Because we run npm install as part of the release process, we trigger prepublish twice. Once during npm install and once during the actual publish. We might think about ways to suppress it in one of the two places. Not sure if it's even possible though.
Because we run
npm install
as part of the release process, we trigger prepublish twice. Once duringnpm install
and once during the actual publish. We might think about ways to suppress it in one of the two places. Not sure if it's even possible though.