cli icon indicating copy to clipboard operation
cli copied to clipboard

feat: make portal-client dependency optional

Open hanna-skryl opened this issue 4 months ago • 1 comments

Closes #474

  • Make @code-pushup/portal-client an optional dependency in the @code-pushup/core package.
  • Update the core package to use dynamic imports for @code-pushup/portal-client.
  • Add a utility function to handle the loading of the portal client.
  • Update the installation instructions to guide users on omitting optional dependencies, including details for npm, pnpm, and yarn setups.

hanna-skryl avatar Oct 11 '24 22:10 hanna-skryl