Skip to content

Commit c94f4e6

Browse files
committed
Run npm install in make
1 parent 36485ad commit c94f4e6

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

Makefile

+1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ build:
2424

2525
.PHONY: build-js
2626
build-js:
27+
npm --prefix crates/string-offsets/js install
2728
npm --prefix crates/string-offsets/js run compile
2829

2930
.PHONY: test

crates/string-offsets/js/package-lock.json

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)