From 8fc82a7c302a724ae606801390b6ae9975b5a72d Mon Sep 17 00:00:00 2001 From: Nick Bradford <6633811+nsbradford@users.noreply.github.com> Date: Wed, 24 Jan 2024 19:03:43 -0800 Subject: [PATCH] Update ellipsis.yaml --- ellipsis.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ellipsis.yaml b/ellipsis.yaml index 502bd94..9869ab6 100644 --- a/ellipsis.yaml +++ b/ellipsis.yaml @@ -11,7 +11,7 @@ commands: - name: "lint_fix" description: "Lints the code in fix mode, which will fix some errors." - command: "yarn lint:fix" + command: "yarn lint:fix && yarn format" return_output_on_success: false auto_repair: true