freeze lockfile
Some checks failed
PR Gate / Checks (pull_request) Failing after 46s

This commit is contained in:
Benjamin Palko 2026-08-11 17:08:23 -04:00
parent a61d95cba3
commit 73fdec95ef
3 changed files with 6 additions and 2 deletions

View file

@ -16,8 +16,8 @@ Personal website and blog for Benjamin Palko, deployed on Netlify.
## Toolchain
- **pnpm is the canonical local package manager**.
- The GitHub Actions PR gate (`.github/workflows/pr.yml`) runs `pnpm`. Keep both working; document pnpm commands.
- Deploys to Netlify run via Forgejo Actions (`.forgejo/workflows/deploy.yml`) on push to `main`. It needs `NETLIFY_AUTH_TOKEN` and `NETLIFY_SITE_ID` as Forgejo repo secrets.
- The PR gate runs via Forgejo Actions (`.forgejo/workflows/pr.yml`) on pull requests to `main`. It installs with `pnpm install --frozen-lockfile` so CI matches a clean local install. Keep both working; document pnpm commands.
- Deploys to Netlify run via Forgejo Actions (`.forgejo/workflows/deploy.yml`) on push to `main`. It needs `NETLIFY_AUTH_TOKEN` and `NETLIFY_SITE_ID` as Forgejo repo secrets. It also installs with `pnpm install --frozen-lockfile`.
## Scripts (pnpm)