Skip to content

Commit

Permalink
refactor: use assets:install_dependencies in bin/setup
Browse files Browse the repository at this point in the history
  • Loading branch information
G-Rath committed Aug 3, 2023
1 parent 4eb56c6 commit 26b8757
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion variants/backend-base/bin/setup
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ def setup!
test "ruby -v" => ruby_version
run "gem install bundler --no-document --conservative"
run "bundle install"
run "yarn install" if File.exist?("yarn.lock")
run "bin/rake assets:install_dependencies"
run "bundle exec overcommit --install"
copy "example.env"
copy "config/secrets.example.yml"
Expand Down

0 comments on commit 26b8757

Please sign in to comment.