Skip to content

Commit

Permalink
Run JS & CSS linting before rubocop in local build
Browse files Browse the repository at this point in the history
This is a more logical order to me!
  • Loading branch information
floehopper committed Nov 1, 2023
1 parent 941520a commit c059d41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/tasks/lint.rake
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
desc "Run all linters"
task lint: :environment do
sh "bundle exec rubocop"
sh "yarn run lint"
sh "bundle exec rubocop"
end

0 comments on commit c059d41

Please sign in to comment.