We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f42471 commit f80d236Copy full SHA for f80d236
bin/setup
@@ -15,6 +15,9 @@ FileUtils.chdir APP_ROOT do
15
puts "== Installing dependencies =="
16
system("bundle check") || system!("bundle install")
17
18
+ puts "== Installing npm dependencies =="
19
+ system!("npm install")
20
+
21
# puts "\n== Copying sample files =="
22
# unless File.exist?("config/database.yml")
23
# FileUtils.cp "config/database.yml.sample", "config/database.yml"
0 commit comments