Skip to content

Commit 1c0c02c

Browse files
rails-template-sync[bot]Template Bot
andauthored
Rails: update bin/ folder (#1601)
Delete old `bin/` stubs and add `pnpm install` to setup script. Source: mockdeep/Rails-Template#1476 Co-authored-by: Template Bot <template-bot@users.noreply.github.com>
1 parent 8d4fe47 commit 1c0c02c

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

bin/setup

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ FileUtils.chdir(APP_ROOT) do
1717
puts "== Installing dependencies =="
1818
system("bundle check") || system!("bundle install")
1919

20+
# Install JavaScript dependencies
21+
system!("pnpm install")
22+
2023
# puts "\n== Copying sample files =="
2124
# unless File.exist?("config/database.yml")
2225
# FileUtils.cp "config/database.yml.sample", "config/database.yml"

0 commit comments

Comments
 (0)