mirror of
https://github.com/vector-im/element-call.git
synced 2026-09-01 21:25:18 +00:00
update CI to ignore pnpmfile
- This is save since we never run pnpmfiles in ci - We can still run it locally - pnpm will not crash if checksum is missing, wrong, or correct since it is ignoring it.
This commit is contained in:
4
.github/workflows/translations-download.yaml
vendored
4
.github/workflows/translations-download.yaml
vendored
@@ -26,7 +26,9 @@ jobs:
|
||||
node-version-file: ".node-version"
|
||||
|
||||
- name: Install Deps
|
||||
run: "pnpm install --frozen-lockfile"
|
||||
# ignore-pnpmfile will make CI never executes the pnpmfile.cjs. This is acceptable since only need it for local dev linking.
|
||||
# renovate will remove a checksum in pnpm-lock.yaml. So without this every renovate PR will fail CI.
|
||||
run: "pnpm install --frozen-lockfile --ignore-pnpmfile"
|
||||
|
||||
- name: Prune i18n
|
||||
run: "rm -R locales"
|
||||
|
||||
Reference in New Issue
Block a user