Skip to content

Commit 187cfd7

Browse files
committed
chore: sync cloud validations after building packages as the network libs are needed
1 parent 4e45a6e commit 187cfd7

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

.circleci/src/pipeline/@pipeline.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -193,17 +193,15 @@ commands:
193193
description: Save entire folder as artifact for other jobs to run without reinstalling
194194
steps:
195195
- run:
196-
name: Sync Cloud Validations
196+
name: Build packages
197197
command: |
198198
source ./scripts/ensure-node.sh
199-
yarn workspace @packages/network-tools build
200-
yarn workspace @packages/network build
201-
yarn gulp syncCloudValidations
199+
yarn build
202200
- run:
203-
name: Build packages
201+
name: Sync Cloud Validations
204202
command: |
205203
source ./scripts/ensure-node.sh
206-
yarn build
204+
yarn gulp syncCloudValidations
207205
- run:
208206
name: Generate v8 snapshot
209207
command: |

0 commit comments

Comments
 (0)