Skip to content

Installation

Terminal window
git clone https://github.com/thulanek/semtest-runner.git
cd semtest-runner

Copy the .npmrc.example template so pnpm can resolve @thulanek scoped packages from GitHub Packages:

Terminal window
cp packages/semtest-runner/.npmrc.example .npmrc

Edit .npmrc and replace YOUR_PAT_HERE with your GitHub PAT:

@thulanek:registry=https://npm.pkg.github.com
//npm.pkg.github.com/:_authToken=ghp_xxxxxxxxxxxx
Terminal window
pnpm install

This installs all workspace packages — the main @thulanek/semtest-runner package, public docs, and internal docs.

Run a build to confirm everything resolves:

Terminal window
pnpm turbo run build

All three workspaces (packages/semtest-runner, apps/docs, apps/internal-docs) should build successfully.