fix(): Prevent ci to fail if lock file does not exists (#13456)
This commit is contained in:
@@ -65,7 +65,7 @@ jobs:
|
|||||||
run: corepack enable
|
run: corepack enable
|
||||||
|
|
||||||
- name: Install new app dependencies (via resolutions)
|
- 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:
|
env:
|
||||||
YARN_ENABLE_IMMUTABLE_INSTALLS: false
|
YARN_ENABLE_IMMUTABLE_INSTALLS: false
|
||||||
working-directory: ../cli-test
|
working-directory: ../cli-test
|
||||||
|
|||||||
Reference in New Issue
Block a user