brunch / terser-brunch

A javascript minifier for brunch files.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

npm prepublish did not run

es128 opened this issue · comments

Strangely, the prepublish script did not run when I just did git release 1.7.3. I subsequently did npm run-script prepublish, but I downloaded the latest version of the module from the npm registry and saw that the compiled lib/index.js was an old version. I then did npm publish --force to correct this.

This may have impacted other prior releases as well. I'm not quite sure which version of the compiled js I was looking at, but I'm pretty sure it did not include the 1.7.2 changes.

@paulmillr any idea what's going on here?