Skip to content

Commit

Permalink
fix: npm pkg
Browse files Browse the repository at this point in the history
  • Loading branch information
Chronostasys committed Jan 20, 2025
1 parent 972e1dc commit b49eee9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/npmpkg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- uses: dsherret/rust-toolchain-file@v1
name: Install Rust (stable)
- name: install rust
run: cargo install wasm-pack
run: cargo install wasm-pack --locked
- name: build wasm
run: wasm-pack build --target bundler --no-default-features --scope pivot-lang --release --locked
# Setup .npmrc file to publish to npm
Expand Down

0 comments on commit b49eee9

Please sign in to comment.