papandreou / inter

A JavaScript locale library based on information extracted from the Unicode CLDR database
BSD 3-Clause "New" or "Revised" License
21 stars 5 forks source link

Inter v1.10.0 missing the 'build' folder #21

Closed mwoc closed 8 years ago

mwoc commented 8 years ago

For some reason, npm published inter v1.10.0 without having created the 'build' folder, nor erroring out.

npm publish
> inter@1.10.0 prepublish /some/local/path
> rm -fr build && ./bin/buildInter --type node -o build --all --golf --jobsize 100
+ inter@1.10.0

I've unpublished it now, but have to check tomorrow what's going on.

papandreou commented 8 years ago

That sounds really weird. I'm trying my luck with publishing 1.10.1 now.