Workspace Scripts
Workspace Scripts
Section titled “Workspace Scripts”Rhyolite’s monorepo comes with powerful workspace scripts for building, testing, and automating your workflow.
Common Scripts
Section titled “Common Scripts”pnpm build— Build all packagespnpm test— Run all testspnpm lint— Lint all codepnpm format— Format code with Prettier
Filtering
Section titled “Filtering”Run scripts for a specific package:
pnpm --filter <package> buildCustom Scripts
Section titled “Custom Scripts”Add new scripts to the root package.json or to individual packages as needed.