Disallow tsc failures
This commit is contained in:
parent
480ba3a370
commit
201fe77dc3
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user