Skip to content

Commit

Permalink
Install wasm-pack for the vs code extension
Browse files Browse the repository at this point in the history
  • Loading branch information
tronical authored and ogoffart committed May 31, 2022
1 parent f2d3b28 commit 8413480
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/nightly_snapshot.yaml
Expand Up @@ -231,6 +231,8 @@ jobs:
- name: "npm install"
working-directory: editor/vscode
run: npm install
- name: Install wasm-pack
run: curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
- name: Build package and optionally publish to Open VSX Registry
id: publishToOpenVSX
uses: HaaLeo/publish-vscode-extension@v1
Expand Down

0 comments on commit 8413480

Please sign in to comment.