action-gh-release icon indicating copy to clipboard operation
action-gh-release copied to clipboard

ncc output differs

Open nmattia opened this issue 4 years ago • 2 comments

I've cloned and regenerated the dist/index.js with npm run build. The output I get doesn't exactly match the dist/index.js from this repo. From a security and reproducibility standpoint it would be great to be able to reproduce the output exactly on every build.

nmattia avatar Oct 08 '21 14:10 nmattia

Hi there. Do you mean running it more than once produces a different result or comparing commits produces a different result. Depending on when you check it might differ as I get pull requests that don’t run the package step.

We always run this when cutting a new release though

softprops avatar Dec 05 '21 03:12 softprops

Missed the notification!

I meant that running locally on a particular commit I get a different result than what was released for that commit.

nmattia avatar Mar 15 '22 10:03 nmattia