fix(): Prevent ci to fail if lock file does not exists (#13456)
This commit is contained in:
committed by
GitHub
parent
ecf368e2bd
commit
d978749603
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user