From 761ad080daa073a10bb6164806a90e500995769a Mon Sep 17 00:00:00 2001 From: Nick Bradford <6633811+nsbradford@users.noreply.github.com> Date: Tue, 23 Jan 2024 08:58:16 -0800 Subject: [PATCH] Update ellipsis.yaml --- ellipsis.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ellipsis.yaml b/ellipsis.yaml index 4a63708..502bd94 100644 --- a/ellipsis.yaml +++ b/ellipsis.yaml @@ -4,10 +4,11 @@ workspace_type: "internal_ec2" commands: - name: "build" - description: "Make sure everything still works." + description: "Make sure everything still works. Fix only errors, ignore warnings." command: "yarn build-doppler" return_output_on_success: false auto_repair: true + - name: "lint_fix" description: "Lints the code in fix mode, which will fix some errors." command: "yarn lint:fix"