Migrate from yarn to npm

This commit is contained in:
Jordan Rose
2024-10-31 16:34:44 -07:00
parent ee773bbde8
commit f9c2694dcb
9 changed files with 5217 additions and 2930 deletions

View File

@@ -8,7 +8,7 @@ For the most part, libsignal is tested using each language's usual testing infra
% ./gradlew client:test server:test android:connectedAndroidTest
# Node
% yarn build && yarn tsc && yarn test
% npm run build && npm run tsc && npm run test
# Swift
% ./build_ffi.sh --generate-ffi && swift test