File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed
Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 2828 - name : Build
2929 run : make build
3030
31+ - name : Build JS
32+ run : make build-js
33+
3134 lint :
3235 name : Lint
3336 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 11.PHONY : all
2- all : build lint test
2+ all : build build-js lint test
33
44.PHONY : clean
55clean :
@@ -22,6 +22,10 @@ build:
2222 # Use --all-targets to ensure that all of the benchmarks compile.
2323 cargo build --all-targets --all-features
2424
25+ .PHONY : build-js
26+ build-js :
27+ npm --prefix crates/string-offsets/js run compile
28+
2529.PHONY : test
2630test :
2731 RUST_BACKTRACE=1 cargo test
Original file line number Diff line number Diff line change 11{
2- "name" : " string-offsets-dev " ,
2+ "name" : " string-offsets" ,
33 "version" : " 0.1.0" ,
44 "author" : " The blackbird team <support@github.com>" ,
55 "license" : " MIT" ,
You can’t perform that action at this time.
0 commit comments