Skip to content

Commit

Permalink
remove warning during install
Browse files Browse the repository at this point in the history
  • Loading branch information
adrienpoly committed Jan 17, 2024
1 parent a1fc300 commit 9f63205
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/setup
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ FileUtils.chdir APP_ROOT do
system("bundle check") || system!("bundle install")

# Install JavaScript dependencies
system("yarn check --check-files") || system!("yarn install")
system("yarn install --check-files")

# puts "\n== Copying sample files =="
# unless File.exist?("config/database.yml")
Expand Down

0 comments on commit 9f63205

Please sign in to comment.