mirror of
https://github.com/signalapp/libsignal.git
synced 2026-04-25 17:25:18 +02:00
Migrate from yarn to npm
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user