diff --git a/azure-cron.yml b/azure-cron.yml index 19bc5528f29..bb72dac394c 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