Skip to content

Commit f7c1877

Browse files
committed
fix npm build
1 parent 703db7c commit f7c1877

3 files changed

Lines changed: 69 additions & 467 deletions

File tree

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ build:
2424

2525
.PHONY: build-js
2626
build-js:
27+
which wasm-pack || cargo install wasm-pack
2728
npm --prefix crates/string-offsets/js install
2829
npm --prefix crates/string-offsets/js run compile
2930

0 commit comments

Comments
 (0)