Skip to content

Commit

Permalink
fix: Fixing moving files around
Browse files Browse the repository at this point in the history
  • Loading branch information
rmevans9 committed Feb 1, 2020
1 parent 3fddf68 commit af5f21d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
at: workspace
- run:
name: Move Build and Package into the right place
command: mv -R /tmp/workspace/build build && mv /tmp/workspace/package.json package.json
command: mv workspace/build build && mv workspace/package.json package.json
- run:
name: Install dependencies
command: yarn install --ignore-engines
Expand All @@ -95,7 +95,7 @@ jobs:
at: workspace
- run:
name: Move Build and Package into the right place
command: mv -R /tmp/workspace/build build && mv /tmp/workspace/package.json package.json
command: mv workspace/build build && mv workspace/package.json package.json
- run:
name: Install dependencies
command: yarn install --ignore-engines
Expand Down

0 comments on commit af5f21d

Please sign in to comment.