download wasm-pack
yet again for vscode
job
This commit is contained in:
parent
75280e2e5f
commit
88e1c24ea4
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user