We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fddf68 commit af5f21dCopy full SHA for af5f21d
.circleci/config.yml
@@ -73,7 +73,7 @@ jobs:
73
at: workspace
74
- run:
75
name: Move Build and Package into the right place
76
- 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
77
78
name: Install dependencies
79
command: yarn install --ignore-engines
@@ -95,7 +95,7 @@ jobs:
95
96
97
98
99
100
101
0 commit comments