Skip to content

Commit

Permalink
Add meta/**/*.rb to devloop
Browse files Browse the repository at this point in the history
  • Loading branch information
mbj committed Oct 11, 2023
1 parent 31e8384 commit d5a6bbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/devloop.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
while inotifywait lib/**/*.rb spec/**/*.rb Gemfile Gemfile.shared mutant.gemspec; do
while inotifywait lib/**/*.rb meta/**/*.rb spec/**/*.rb Gemfile Gemfile.shared mutant.gemspec; do
bundle exec rspec spec/unit -fd --fail-fast --order default \
&& bundle exec mutant run --since main --fail-fast --zombie -- 'Mutant*' \
&& bundle exec rubocop
Expand Down

0 comments on commit d5a6bbb

Please sign in to comment.