You've already forked matrix-js-sdk
mirror of
https://github.com/matrix-org/matrix-js-sdk.git
synced 2025-11-26 17:03:12 +03:00
This gives more natural behavior of downloading Olm by default when working on this module, so that all tests including crypto are run.
10 lines
56 B
Bash
Executable File
10 lines
56 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -ex
|
|
|
|
yarn lint
|
|
|
|
yarn test
|
|
|
|
yarn gendoc
|