We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 972e1dc commit b49eee9Copy full SHA for b49eee9
.github/workflows/npmpkg.yml
@@ -21,7 +21,7 @@ jobs:
21
- uses: dsherret/rust-toolchain-file@v1
22
name: Install Rust (stable)
23
- name: install rust
24
- run: cargo install wasm-pack
+ run: cargo install wasm-pack --locked
25
- name: build wasm
26
run: wasm-pack build --target bundler --no-default-features --scope pivot-lang --release --locked
27
# Setup .npmrc file to publish to npm
0 commit comments