We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11263a2 commit bec73acCopy full SHA for bec73ac
.github/workflows/wasm-splats-ci.yml
@@ -34,7 +34,6 @@ jobs:
34
run: wasm-pack test --headless --chrome --firefox
35
working-directory: ./wasm-splats
36
37
- # TODO: Move this to a wasm-splats-deploy.yml file.
38
pack:
39
name: Packaging for npm
40
runs-on: ubuntu-latest
@@ -53,7 +52,10 @@ jobs:
53
52
- name: Install wasm-pack
54
run: curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
55
56
- - name: Package wasm-splats
57
- run: wasm-pack build ./wasm-splats --target web --out-dir ./wasm-splats/pkg
+ - name: Build wasm-splats
+ run: wasm-pack build ./wasm-splats --target web --scope cesium --out-dir ./wasm-splats/pkg
+
58
+ - name: Pack wasm-splats
59
+ run: wasm-pack pack ./wasm-splats/pkg
60
61
## TODO: Save artifacts to AWS.
0 commit comments