mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-15 20:54:59 +08: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
|