mirror of
https://github.com/loro-dev/loro.git
synced 2025-01-23 13:39:12 +00:00
5 lines
85 B
Makefile
5 lines
85 B
Makefile
build:
|
|
wasm-pack build --target web .
|
|
|
|
test:
|
|
cd deno_test && deno run -A test.ts
|