Skip to content

Commit

Permalink
ci: apply YARN_ENABLE_IMMUTABLE_INSTALLS=false env option
Browse files Browse the repository at this point in the history
  • Loading branch information
szymonrybczak committed Jan 22, 2024
1 parent 37e3de9 commit fbaad3d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .circleci/configurations/jobs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -349,6 +349,7 @@ jobs:
enum: ["Hermes", "JSC"]
environment:
- PROJECT_NAME: "AndroidTemplateProject"
- YARN_ENABLE_IMMUTABLE_INSTALLS: false
steps:
- checkout_code_with_cache
- run_yarn
Expand Down Expand Up @@ -431,6 +432,7 @@ jobs:
environment:
- PROJECT_NAME: "iOSTemplateProject"
- HERMES_WS_DIR: *hermes_workspace_root
- YARN_ENABLE_IMMUTABLE_INSTALLS: false
steps:
- checkout_code_with_cache
- run_yarn
Expand Down

0 comments on commit fbaad3d

Please sign in to comment.