Skip to content

Commit eed45ad

Browse files
committed
Making sure the build step for packaging is using release
1 parent 7bf5223 commit eed45ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/wasm-splats-ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
run: curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
5454

5555
- name: Build wasm-splats
56-
run: wasm-pack build ./wasm-splats --target web --scope cesium
56+
run: wasm-pack build ./wasm-splats --release --target web --scope cesium
5757

5858
- name: Pack wasm-splats
5959
run: wasm-pack pack ./wasm-splats/pkg

0 commit comments

Comments
 (0)