extensions icon indicating copy to clipboard operation
extensions copied to clipboard

chore: use pnpm in place of lerna

Open cabljac opened this issue 1 year ago • 3 comments

This PR replaces the outdated and deprecated lerna methods with pnpm.

It also fixes a bunch of npm vulnerabilities, and updates some versions.

TODO:

  • Make sure use of pnpm doesn't break release process
  • Regression testing before we release things (to check version bumps of packages haven't introduced errors

cabljac avatar Aug 08 '24 13:08 cabljac

CI is failing as it relied on lerna. need to switch to pnpm scripts.

cabljac avatar Aug 08 '24 13:08 cabljac

CI for testing also needs to use npm probably or something? pnpm doesn't create node_modules where we need it for extensions

cabljac avatar Aug 08 '24 13:08 cabljac

woops

Salakar avatar Aug 14 '24 18:08 Salakar