melos
melos copied to clipboard
fix: fail-fast is a flag and not an option (does not accept a value)
Description
--fail-fast is a flag and not an option and as such does not accept any value.
Example
This config is currently broken as in the generated command --fail-fast true is not valid syntax.
scripts:
lint:
run: flutter analyze
exec:
failFast: true
concurrency: 1
Type of Change
- [ ] โจ
feat-- New feature (non-breaking change which adds functionality) - [x] ๐ ๏ธ
fix-- Bug fix (non-breaking change which fixes an issue) - [ ] โ
!-- Breaking change (fix or feature that would cause existing functionality to change) - [ ] ๐งน
refactor-- Code refactor - [ ] โ
ci-- Build configuration change - [ ] ๐
docs-- Documentation - [ ] ๐๏ธ
chore-- Chore
Good catch! Thank you.