From e752fb5cf938d21dc61d186f87fc7e53f57ebe0c Mon Sep 17 00:00:00 2001 From: Moritz Kiefer Date: Thu, 23 Jan 2020 13:34:04 +0100 Subject: [PATCH] Fix yarn target in VSCode ext cron job This has changed in 0a26591849857a3c603fa22c55470a56e7d0b230 which broke the build. We only build the latest release so changing this should be safe and not break older releases. changelog_begin changelog_end --- azure-cron.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/azure-cron.yml b/azure-cron.yml index 19bc5528f294..bb72dac394c2 100644 --- a/azure-cron.yml +++ b/azure-cron.yml @@ -110,8 +110,8 @@ jobs: git checkout $GITHUB cd compiler/daml-extension # This produces out/src/extension.js - bazel run @nodejs//:bin/yarn - bazel run @nodejs//:bin/yarn compile + bazel run @nodejs//:yarn + bazel run @nodejs//:yarn compile bazel run --run_under="cd $PWD && " @daml_extension_deps//vsce/bin:vsce -- publish ${GITHUB#v} -p $MARKETPLACE_TOKEN else if [[ "${GITHUB#v}" == "$MARKET" ]]; then