Skip to content

Commit

Permalink
Fix vsce publishing (#10043)
Browse files Browse the repository at this point in the history
changelog_begin
changelog_end
  • Loading branch information
cocreature authored Jun 17, 2021
1 parent 090dd95 commit 10ab05f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions azure-cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@ jobs:
echo "Publishing $GITHUB to VSCode Marketplace"
git checkout v$GITHUB
cd compiler/daml-extension
sed -i "s/__VERSION__/$GITHUB/" package.json
# This produces out/src/extension.js
bazel run @nodejs//:yarn
bazel run @nodejs//:yarn compile
Expand Down

0 comments on commit 10ab05f

Please sign in to comment.