download wasm-pack yet again for vscode job

This commit is contained in:
Quinn Dougherty 2022-08-17 20:53:19 -07:00
parent 75280e2e5f
commit 88e1c24ea4

View File

@ -258,6 +258,14 @@ jobs:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- name: Install dependencies from monorepo level - name: Install dependencies from monorepo level
run: cd ../../ && yarn run: cd ../../ && yarn
- name: Download wasm-bindgen
uses: jetli/wasm-bindgen-action@v0.1.0
with:
version: "latest"
- name: Download wasm-pack
uses: jetli/wasm-pack-action@v0.3.0
with:
version: "latest"
- name: Build squiggle-mc - name: Build squiggle-mc
run: cd ../mc && wasm-pack build --target nodejs run: cd ../mc && wasm-pack build --target nodejs
- name: Build vscode - name: Build vscode