70a5208fcc
... so that I don't get surprised by it not working when it lands on develop
14 lines
180 B
Bash
Executable File
14 lines
180 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -ex
|
|
|
|
npm run lint
|
|
|
|
# install Olm so that we can run the crypto tests.
|
|
npm install https://matrix.org/packages/npm/olm/olm-2.2.2.tgz
|
|
|
|
npm run test
|
|
|
|
npm run gendoc
|
|
|