Fix bugs in CI

This commit is contained in:
Anmol Sethi
2020-02-18 19:06:35 -05:00
parent 1aaa53622d
commit 5681c87e33
12 changed files with 40 additions and 51 deletions

View File

@@ -4,7 +4,7 @@ set -euo pipefail
main() {
eslint --max-warnings=0 --fix $(git ls-files "*.ts" "*.tsx" "*.js")
stylelint --fix $(git ls-files "*.css")
stylelint $(git ls-files "*.css")
tsc --noEmit
}