ackama / rails-template

Application template for Rails 7 projects; preloaded with best practices for TDD, security, deployment, and developer productivity.
Other
294 stars 15 forks source link

perf: remove unneeded `yarn install` calls #543

Closed G-Rath closed 5 months ago

G-Rath commented 5 months ago

Yarn already installs packages as part of adding them, so there's no need to immediately run yarn install afterwards