Commit c4255bc
authored
chore(ci): exclude
The release workflow publishes platform binaries, then immediately runs
`pnpm install --lockfile-only` to refresh the lockfile.
With `minimumReleaseAge` set to `1440`, the just-published `impit-*`
packages cannot be locked, so the old version's `optionalDependencies`
entries are removed without the new ones being added - leaving `master`
with a stale lockfile that breaks subsequent `--frozen-lockfile`
installs in PR CI.impit-* from minimumReleaseAge in release workflow (#438)1 parent 7beb5a5 commit c4255bc
2 files changed
Lines changed: 102 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
9 | 10 | | |
10 | 11 | | |
11 | 12 | | |
| |||
0 commit comments