Skip to content

Commit

Permalink
ci(repository_dispatch): fix action (#3384)
Browse files Browse the repository at this point in the history
  • Loading branch information
Conaclos authored Jul 8, 2024
1 parent c2d6fab commit 9b64ad3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/repository_dispatch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
run: curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh

- name: Build WASM module for the web
run: wasm-pack build --out-dir ../../packages/@biomejs/wasm-web --target web --profiling --scope biomejs crates/biome_wasm --features graphql
run: wasm-pack build --out-dir ../../packages/@biomejs/wasm-web --target web --profiling --scope biomejs crates/biome_wasm

# https://github.com/actions/cache/issues/342
- name: Clear old wasm-pack cache
Expand Down

0 comments on commit 9b64ad3

Please sign in to comment.