Skip to content

Commit 777d4cd

Browse files
author
Robert Clark
committed
Add yarn setup to bin/setup script
1 parent 024a9e2 commit 777d4cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/setup

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ FileUtils.chdir APP_ROOT do
1818
system('bundle check') || system!('bundle install')
1919

2020
# Install JavaScript dependencies
21-
# system('bin/yarn')
21+
system('bin/yarn')
2222

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

0 commit comments

Comments
 (0)