asgardeo / asgardeo-auth-react-sdk

To maintain the implementation of Asgardeo React authentication SDK
Apache License 2.0
40 stars 91 forks source link

Migrate build tooling to PNPM and NX #255

Open abhiram6121 opened 1 month ago

abhiram6121 commented 1 month ago

Migrate build tooling to PNPM and NX

Purpose

The current monorepo build tooling relies on Yarn, which, while effective, does not offer the same performance optimizations, workspace management, and task orchestration provided by newer tools like PNPM and NX. Additionally, the current release process lacks automation for managing versioning and changelogs, which can be improved with Changesets. As the project scales, upgrading the tooling will enhance the development workflow and ensure smoother releases.

Goals

abhiram6121 commented 1 month ago

CC: @pavinduLakshan

The migration to PNPM is complete. Could you please review it?