CanopyTax/bandicoot

published version does not have ESM version or source map

joeldenning opened this issue · 1 comments

I'm not sure how, but the last published version of bandicoot does not have the bandicoot.esm.js or any of the source map files. See https://unpkg.com/bandicoot@2.8.1/dist/.

I think that switching from prepublish to prepare will fix this, since prepublish is deprecated.

Turns out it was related to yarn doing weird things if you don't specify the files property. I have fixed this with 5bccfe1