Fix vsce publishing (#10043)

changelog_begin
changelog_end
This commit is contained in:
Moritz Kiefer 2021-06-17 14:34:36 +02:00 committed by GitHub
parent 090dd9590b
commit 10ab05f36f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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