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 87248f1 commit 4ed1f03Copy full SHA for 4ed1f03
.circleci/config.yml
@@ -203,6 +203,7 @@ jobs:
203
name: Restore Yarn cache
204
- run:
205
command: |
206
+ yarn
207
yarn task --task compile --start-from=auto --no-link --debug
208
git diff --exit-code
209
yarn dedupe --check
@@ -251,6 +252,7 @@ jobs:
251
252
253
254
255
256
257
name: Compile
258
@@ -278,6 +280,7 @@ jobs:
278
280
at: .
279
281
282
283
284
TEMPLATE=$(yarn get-template --cadence << pipeline.parameters.workflow >> --task check-sandbox)
285
cd sandbox/$(yarn get-sandbox-dir --template $TEMPLATE) && yarn
286
name: Install sandbox dependencies
0 commit comments