parser icon indicating copy to clipboard operation
parser copied to clipboard

fix: Fix install and build errors

Open naftalibeder opened this issue 2 years ago • 0 comments

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.)

naftalibeder avatar Jan 24 '23 02:01 naftalibeder