mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-05-05 22:47:02 -04:00
chore(crypto-js): Improve the Makefile for NodeJS support.
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
build:
|
||||
cd .. && napi build --platform --release --features nodejs
|
||||
test -f ../index.js && mv ../index.js pkg/ || true
|
||||
test -f ../index.d.ts && mv ../index.d.ts pkg/ || true
|
||||
test -f ../matrix-sdk-crypto.*.node && mv ../matrix-sdk-crypto.*.node pkg/ || true
|
||||
echo '*' > pkg/.gitignore
|
||||
|
||||
test:
|
||||
echo 'nop'
|
||||
|
||||
Reference in New Issue
Block a user