mirror of
https://github.com/element-hq/element-web
synced 2024-11-22 09:15:41 +03:00
9 lines
158 B
Bash
Executable file
9 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
|