diff --git a/.github/workflows/playground.yaml b/.github/workflows/playground.yaml index 54f26b6ce9..835912a67d 100644 --- a/.github/workflows/playground.yaml +++ b/.github/workflows/playground.yaml @@ -31,8 +31,7 @@ jobs: - uses: jetli/wasm-pack-action@v0.4.0 - uses: jetli/wasm-bindgen-action@v0.2.0 - name: "Run wasm-pack" - run: ln -s . ruff # HACK because `wasm-pack build` doesn't support our crate structure (see https://github.com/rustwasm/wasm-pack/issues/1211) - run: wasm-pack build --target web --out-dir playground/src/pkg -p ruff + run: wasm-pack build --target web --out-dir playground/src/pkg . -- -p ruff - name: "Install Node dependencies" run: npm ci working-directory: playground