# NOTE: Create a dist folder with the compiled code.
pnpm build
# NOTE: Run unit tests
pnpm test:unit
# NOTE: Generate code coverage report
pnpm test:coverage
# NOTE: Generate test results report
pnpm test:report
# NOTE: Generate typedoc documentation
pnpm typedoc
Generated using TypeDoc