Skip to content

Commit

Permalink
Add make wasm:release
Browse files Browse the repository at this point in the history
  • Loading branch information
huacnlee committed Aug 18, 2021
1 parent e9a3e7d commit d085176
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,7 @@ test\:lint:
test\:lint-json:
tests/test_lint_json.sh
wasm:
wasm-pack build --release --scope huacnlee -d $(WORKDIR)/pkg src/lib
wasm-pack build --release --scope huacnlee -d $(WORKDIR)/pkg src/lib
wasm\:publish:
make wasm
cd pkg && npm publish

0 comments on commit d085176

Please sign in to comment.