Closed EranSch closed 6 years ago
Ahh, my bad. That was a publish without build. I'll fix it just now. a prepare command makes sense
Merged #89, going to close those. Thanks for the always speedy response, @NimaSoroush!
Thanks for raising this. Fixed! https://www.npmjs.com/package/differencify
Can confirm, 1.4.1 works beautifully. Thanks!
@NimaSoroush It appears as though the 1.4.0 package doesn't have the latest build artifacts. Is it possible that it was published without
npm run build
occurring before hand?Notice the differing function signatures between my build (left) and the tarball retrieved from NPM (right)
If this was a publishing mistake and not something on my end, I would recommend configuring a
prepare
NPM script such as:This will run before publishing as well as after an install from Github, it ensures that no matter how the package is pulled into a project it should have freshly built artifacts.