Skip to content

Commit 4ed1f03

Browse files
committed
run yarn
1 parent 87248f1 commit 4ed1f03

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.circleci/config.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,7 @@ jobs:
203203
name: Restore Yarn cache
204204
- run:
205205
command: |
206+
yarn
206207
yarn task --task compile --start-from=auto --no-link --debug
207208
git diff --exit-code
208209
yarn dedupe --check
@@ -251,6 +252,7 @@ jobs:
251252
name: Restore Yarn cache
252253
- run:
253254
command: |
255+
yarn
254256
yarn task --task compile --start-from=auto --no-link --debug
255257
name: Compile
256258
- run:
@@ -278,6 +280,7 @@ jobs:
278280
at: .
279281
- run:
280282
command: |
283+
yarn
281284
TEMPLATE=$(yarn get-template --cadence << pipeline.parameters.workflow >> --task check-sandbox)
282285
cd sandbox/$(yarn get-sandbox-dir --template $TEMPLATE) && yarn
283286
name: Install sandbox dependencies

0 commit comments

Comments
 (0)