Integrated yalc to the project to link in-dev lib to examples #118
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description of the change
This PR integrates yalc into the project to work with the SDK as a locally published package.
Due to this integration, examples that were using an older rollbar-react version, now use the local code. This in turn made
examples/typescript
fail due to breaking changes in the SDK. These were corrected.scripts/install-all.js
was added to take care of the entire project installation, library, examples + yalc publishing and adding the locally published lib to each example.This script can be invoked via
npm run install:all
and it's used by the CI to install the project.Another new script,
script/clean.ts
was created that cleans the entire project of the most common generated directories and files (eg. node_modules, .next, build, dist, etc.).An issue when linting the next.js example when running eslint from the root was also fixed. Linting from the root will ignore examples, run
npm run lint:all
to lint the library and the examples.Another issue with linting only js files was fixed.
Type of change
Checklists
Development
Code review