Skip to content

Commit f80d236

Browse files
ashwin47skryukov
authored andcommitted
Fix bin/setup
1 parent 4f42471 commit f80d236

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

bin/setup

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

18+
puts "== Installing npm dependencies =="
19+
system!("npm install")
20+
1821
# puts "\n== Copying sample files =="
1922
# unless File.exist?("config/database.yml")
2023
# FileUtils.cp "config/database.yml.sample", "config/database.yml"

0 commit comments

Comments
 (0)