Fix invalid reference to ruff_options.rs (#1409)

This commit is contained in:
Charlie Marsh
2022-12-27 12:12:28 -05:00
committed by GitHub
parent 3e96803033
commit 0a60eb0aca
2 changed files with 5 additions and 9 deletions

View File

@@ -29,6 +29,7 @@ jobs:
cache: "npm"
cache-dependency-path: playground/package-lock.json
- uses: jetli/wasm-pack-action@v0.4.0
- uses: jetli/wasm-bindgen-action@v0.2.0
- name: "Run wasm-pack"
run: wasm-pack build --target web --out-dir playground/src/pkg
- name: "Install Node dependencies"