Skip to content

Commit

Permalink
make release -> make crate:publish
Browse files Browse the repository at this point in the history
  • Loading branch information
huacnlee committed Aug 20, 2021
1 parent b99f499 commit 1bba014
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ WORKDIR=$(shell pwd)

bench:
rustup run nightly cargo bench
release:
cargo release --manifest-path src/lib/Cargo.toml --config src/lib/release.toml
run:
cargo run -- --debug --lint ./
run\:json:
Expand All @@ -22,4 +20,6 @@ wasm:
wasm-pack build --release --scope huacnlee -d $(WORKDIR)/pkg src/lib
wasm\:publish:
make wasm
cd pkg && npm publish
cd pkg && npm publish
crate\:publish:
cargo release --manifest-path src/lib/Cargo.toml --config src/lib/release.toml

0 comments on commit 1bba014

Please sign in to comment.