Skip to content

Commit b49eee9

Browse files
committed
fix: npm pkg
1 parent 972e1dc commit b49eee9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/npmpkg.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- uses: dsherret/rust-toolchain-file@v1
2222
name: Install Rust (stable)
2323
- name: install rust
24-
run: cargo install wasm-pack
24+
run: cargo install wasm-pack --locked
2525
- name: build wasm
2626
run: wasm-pack build --target bundler --no-default-features --scope pivot-lang --release --locked
2727
# Setup .npmrc file to publish to npm

0 commit comments

Comments
 (0)