We should add a test that tests that the build works as expected; for example, that the exports in package.json is configured correctly.
- Include a new workspace package that imports
immer-yjs as "immer-yjs": "file:../pure-parse",
- In CI/CD Build the library, then run the unit tests for this package.
If immer-yjs is configured incorrectly, the tests fails.
We should add a test that tests that the build works as expected; for example, that the
exportsinpackage.jsonis configured correctly.immer-yjsas"immer-yjs": "file:../pure-parse",If
immer-yjsis configured incorrectly, the tests fails.