Contributing
March 13, 2026 ยท View on GitHub
Pull requests
Make sure to make your pull requests against the main branch.
Build
The build step transpiles the src/ to dist/, with ncc. These files, by
convention, are also checked in.
- Create Conda env with
nodejs:
We use NodeJS version 24 for now.
conda create -n github-action nodejs=24 -c conda-forge
conda activate github-action
- Install NodeJS dependencies:
npm install
- Ensure the files in
disthave been rebuilt:
npm run format
npm run check
npm run build
Release
See the release documentation.