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 48c8e6f commit f963816Copy full SHA for f963816
.circleci/src/pipeline/@pipeline.yml
@@ -1233,6 +1233,7 @@ commands:
1233
name: Check if binary exists, exit if it does
1234
command: |
1235
source ./scripts/ensure-node.sh
1236
+ yarn workspace @packages/network build
1237
yarn gulp e2eTestScaffold
1238
yarn check-binary-on-cdn --version $(node ./scripts/get-next-version.js) --type binary --file cypress.zip
1239
0 commit comments