postlight / parser

📜 Extract meaningful content from the chaos of a web page
https://reader.postlight.com
Apache License 2.0
5.42k stars 445 forks source link

fix: Fix install and build errors #722

Open naftalibeder opened 1 year ago

naftalibeder commented 1 year ago

The initial experience running yarn install and yarn build was broken.

This regenerates yarn.lock to fix the dependency install error, and ignores an import cycle linter error to fix the build. (I wasn't able to track down the import cycle, assuming the linter was accurately finding one.)