[!INFO]
If you are developing on Windows, you need to use WSL.
- Clone the repository
- run
pnpm iin the root of the repo - run
pnpm --filter <package-name>... buildto build the dependencies of the package you want to work on - run
pnpm --filter <package-name> dev|test|...to run the commands of the package you work on
[!INFO]
You need to run the build for the dependencies of the package via the three dots...at least once. Here is the pnpm documentation for filtering.
pnpm ipnpm --filter @inlang/paraglide-js... buildpnpm --filter @inlang/paraglide-js dev
- run
pnpm run cito run all tests and checks - run
npx changesetto write a changelog and trigger a version bumb. watch this loom video to see how to use changesets: https://www.loom.com/share/1c5467ae3a5243d79040fc3eb5aa12d6