fix(ci): run pnpm install with --ignore-scripts in CI and release workflows

This commit is contained in:
2026-03-15 19:27:13 +00:00
parent d5dc141171
commit e6256502ce
5 changed files with 11 additions and 5 deletions

View File

@@ -1,5 +1,11 @@
# Changelog
## 2026-03-15 - 1.13.12 - fix(ci)
run pnpm install with --ignore-scripts in CI and release workflows
- Update CI workflow dependency installation steps to skip lifecycle scripts during builds.
- Apply the same install change to the release workflow for consistent automation behavior.
## 2026-03-15 - 1.13.11 - fix(project)
no changes to commit