We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7bf5223 commit eed45adCopy full SHA for eed45ad
.github/workflows/wasm-splats-ci.yml
@@ -53,7 +53,7 @@ jobs:
53
run: curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
54
55
- name: Build wasm-splats
56
- run: wasm-pack build ./wasm-splats --target web --scope cesium
+ run: wasm-pack build ./wasm-splats --release --target web --scope cesium
57
58
- name: Pack wasm-splats
59
run: wasm-pack pack ./wasm-splats/pkg
0 commit comments