Skip to content
  • Alfredos-Panagiotis Damkalis's avatar
    Revert "Remove eslint.failAfterError()" · fee2c868
    Alfredos-Panagiotis Damkalis authored
    This reverts commit a088e5d0.
    
    The commit had been reverted as it was disabling failing the pipeline
    in CI on errors. Without the eslint.failAfterError(), the exit status
    of gulp was 0.
    
    For solving the issue that the reverted commit was trying to solve,
    continue running parallel tasks if one of them fails, gulp needs to
    be run with the flag --continue, however note that this flag allows
    tasks in series to continue run even if one of them fails.
    fee2c868