Skip to content

Commit af5f21d

Browse files
committed
fix: Fixing moving files around
1 parent 3fddf68 commit af5f21d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
at: workspace
7474
- run:
7575
name: Move Build and Package into the right place
76-
command: mv -R /tmp/workspace/build build && mv /tmp/workspace/package.json package.json
76+
command: mv workspace/build build && mv workspace/package.json package.json
7777
- run:
7878
name: Install dependencies
7979
command: yarn install --ignore-engines
@@ -95,7 +95,7 @@ jobs:
9595
at: workspace
9696
- run:
9797
name: Move Build and Package into the right place
98-
command: mv -R /tmp/workspace/build build && mv /tmp/workspace/package.json package.json
98+
command: mv workspace/build build && mv workspace/package.json package.json
9999
- run:
100100
name: Install dependencies
101101
command: yarn install --ignore-engines

0 commit comments

Comments
 (0)