fix(): Prevent ci to fail if lock file does not exists (#13456)

This commit is contained in:
Adrien de Peretti
2025-09-10 11:45:13 +02:00
committed by GitHub
parent ecf368e2bd
commit d978749603

View File

@@ -65,7 +65,7 @@ jobs:
run: corepack enable
- name: Install new app dependencies (via resolutions)
run: rm package-lock.json && yarn install --no-immutable
run: rm -f package-lock.json && yarn install --no-immutable
env:
YARN_ENABLE_IMMUTABLE_INSTALLS: false
working-directory: ../cli-test