Disallow tsc failures

This commit is contained in:
Eduard Urbach 2019-04-22 15:59:45 +09:00
parent 480ba3a370
commit 201fe77dc3

View File

@ -41,7 +41,7 @@ before_script:
# script always run to completion (set +e). All of these code checks are must haves # script always run to completion (set +e). All of these code checks are must haves
# in a modern Go project. # in a modern Go project.
script: script:
- tsc || true # Compile scripts (allow this to fail for now) - tsc # Compile scripts
- pack # Pack assets - pack # Pack assets
- revive ./... # Linter - revive ./... # Linter
- make server bots jobs patches # Build - make server bots jobs patches # Build