Skip to content

Commit 1d3a5d1

Browse files
committed
app:update bin/setup
1 parent 0dabce2 commit 1d3a5d1

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

bin/setup

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,9 @@ FileUtils.chdir APP_ROOT do
3434
system! 'gem install bundler --conservative'
3535
system('bundle check') || system!('bundle install')
3636

37-
# Install JavaScript dependencies
38-
# system! 'bin/yarn'
39-
4037
# puts "\n== Copying sample files =="
4138
# unless File.exist?('config/database.yml')
42-
# FileUtils.cp 'config/database.yml.sample', 'config/database.yml'
39+
# FileUtils.cp 'config/database.yml.sample', 'config/database.yml"
4340
# end
4441

4542
puts "\n== Preparing database =="

0 commit comments

Comments
 (0)