mirror of
https://github.com/alkimake/paperclip.git
synced 2026-06-14 01:50:39 +09:00
ci: split workflows and move pnpm lockfile ownership to GitHub Actions
This commit is contained in:
parent
ffc59f5b08
commit
bee9fdd207
4 changed files with 136 additions and 6 deletions
|
|
@ -15,6 +15,14 @@ Current implementation status:
|
|||
- Node.js 20+
|
||||
- pnpm 9+
|
||||
|
||||
## Dependency Lockfile Policy
|
||||
|
||||
GitHub Actions owns `pnpm-lock.yaml`.
|
||||
|
||||
- Do not commit `pnpm-lock.yaml` in pull requests.
|
||||
- Pull request CI validates dependency resolution when manifests change.
|
||||
- Pushes to `master` regenerate `pnpm-lock.yaml` with `pnpm install --lockfile-only --no-frozen-lockfile`, commit it back if needed, and then run verification with `--frozen-lockfile`.
|
||||
|
||||
## Start Dev
|
||||
|
||||
From repo root:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue