Skip to content

Commit

Permalink
Update ellipsis.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
nsbradford authored Jan 23, 2024
1 parent 3141221 commit 761ad08
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ellipsis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 761ad08

Please sign in to comment.