diff --git a/crates/matrix-sdk-crypto-js/nodejs/Makefile b/crates/matrix-sdk-crypto-js/nodejs/Makefile index 2bdfdad2c..cd75e5d27 100644 --- a/crates/matrix-sdk-crypto-js/nodejs/Makefile +++ b/crates/matrix-sdk-crypto-js/nodejs/Makefile @@ -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'