Skip to content

Commit

Permalink
fix: command formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
amirrustam committed Mar 12, 2021
1 parent 1e573bc commit e948f61
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,8 @@ commands:
git log -n 2
- run:
# Install with yarn if yarn.lock present
command: [[ -f yarn.lock ]] && yarn || npm install
command: |
[[ -f yarn.lock ]] && yarn || npm install
working_directory: /tmp/<<parameters.repo>>
- run:
name: Install Cypress
Expand Down

0 comments on commit e948f61

Please sign in to comment.