Skip to content

Commit

Permalink
add install yarn fix (#10783)
Browse files Browse the repository at this point in the history
Co-authored-by: Bryan Lai <laib1@mskcc.org>
Co-authored-by: Charles Haynes <33608920+haynescd@users.noreply.github.com>
  • Loading branch information
3 people committed May 7, 2024
1 parent c935da6 commit 4d3b6d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
DISABLE_SOURCEMAP: true
NO_PARALLEL: true
no_output_timeout: 25m
- run: cd /tmp/repos/cbioportal-frontend/end-to-end-test && (ls node_modules || yarn install --frozen-lockfile)
- run: cd /tmp/repos/cbioportal-frontend/end-to-end-test && (ls node_modules || yarn install --frozen-lockfile --ignore-engines)
- save_cache:
paths:
- node_modules
Expand Down

0 comments on commit 4d3b6d4

Please sign in to comment.