Skip to content

Commit 502c4c3

Browse files
committed
push dist...
1 parent 6622121 commit 502c4c3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/web.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,12 @@ jobs:
4141
run: curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
4242

4343
- name: Build
44-
run: wasm-pack build --target web --release
44+
run: wasm-pack build --target web --release --locked
4545

4646
- name: Move files around
4747
run: |
4848
mkdir dist
49+
rm pkg/.gitignore
4950
mv pkg dist/
5051
mv index.html dist/
5152

0 commit comments

Comments
 (0)