mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-05-27 20:21:07 +03:00
10 lines
158 B
Bash
Executable File
10 lines
158 B
Bash
Executable File
#!/bin/sh
|
|
|
|
set -ex
|
|
|
|
npm run test
|
|
./.travis-test-riot.sh
|
|
|
|
# run the linter, but exclude any files known to have errors or warnings.
|
|
npm run lintwithexclusions
|