Skip to content

Building & Testing

Aarav Malani edited this page Jun 6, 2026 · 2 revisions

This repository has been tested on Node.js v22+ and Yarn v4.12.0.

To build and test the plugins, run the following commands in the root directory of the repository

# Install dependencies
yarn

# Build the plugins
yarn build

# Run tests
yarn test

Clone this wiki locally