Skip to content

Commit

Permalink
Use dev profile for wasm-pack in CI (#912)
Browse files Browse the repository at this point in the history
  • Loading branch information
luleyleo authored May 10, 2020
1 parent b5dcedf commit af20c09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ jobs:
args: --manifest-path=druid/examples/wasm/Cargo.toml --target wasm32-unknown-unknown -- -D warnings

- name: wasm-pack build examples
run: wasm-pack build --target web druid/examples/wasm
run: wasm-pack build --dev --target web druid/examples/wasm

test-nightly:
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit af20c09

Please sign in to comment.