Skip to content

Commit

Permalink
Revert "Fix yarn script spelling"
Browse files Browse the repository at this point in the history
This reverts commit 04aaf35.
For separate PR.
  • Loading branch information
MaoShizhong committed Aug 30, 2024
1 parent c9a0b24 commit fde2e20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/test
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ puts 'Erblint:'
results['Erblint'] = system 'bundle exec erblint --lint-all'

puts 'Standard JS:'
results['Standard'] = system 'yarn lint'
results['Standard'] = system 'yarn lintt'

puts "\n== Running specs =="
puts 'Rspec:'
Expand Down

0 comments on commit fde2e20

Please sign in to comment.