Skip to content

Workspace Scripts

Rhyolite’s monorepo comes with powerful workspace scripts for building, testing, and automating your workflow.

  • pnpm build — Build all packages
  • pnpm test — Run all tests
  • pnpm lint — Lint all code
  • pnpm format — Format code with Prettier

Run scripts for a specific package:

Terminal window
pnpm --filter <package> build

Add new scripts to the root package.json or to individual packages as needed.