simonsmith/cypress-image-snapshot

cypress-image-snapshot 9.0.0 is missing the "util" folder on npm

froissant opened this issue ยท 4 comments

Hi!

I've update to version 9.0.0 but I have an error running cypress tests:

Error: Webpack Compilation Error
Module not found: Error: Can't resolve './util/extend' 

This seems related to the fix for #12

Looking at the package tarball on npm, I noticed that the util folder wasn't included in the archive.
By copying the missing folder manually to node_modules, I was able to run my tests.

I've ran yarn build and yarn ci:build on this repo, and both commands correctly output the code with the "util" folder.
The culprit seems to be semantic-release, but I unfortunately cannot debug it ๐Ÿ˜ฅ

Let me know if you can reproduce the issue or if you need anything else!

Ah okay, that's odd. I'll take a look now

๐ŸŽ‰ This issue has been resolved in version 9.0.1 ๐ŸŽ‰

The release is available on:

Your semantic-release bot ๐Ÿ“ฆ๐Ÿš€

I neglected to update the files array in package.json, my apologies!

9.0.1 should be all good now

image

Many thanks @simonsmith, everything's working fine now ๐Ÿ˜Š