Commit 060691e

mokha <mokha@cisco.com>
2018-04-25 00:59:32
run yarn in setup.
1 parent d2e2ce7
Changed files (2)
bin/cibuild
@@ -31,7 +31,5 @@ test -d "/usr/share/rbenv/shims" && {
 }
 export PATH="$RACK_ROOT/bin:$PATH"
 
-# run tests
-echo "Running tests …"
-date "+%H:%M:%S"
+echo "Running tests …" "$(date "+%H:%M:%S")"
 bin/test
bin/setup
@@ -19,8 +19,7 @@ chdir APP_ROOT do
   system('bundle check') || system!('bundle install')
 
   # Install JavaScript dependencies if using Yarn
-  # system('bin/yarn')
-
+  system('bin/yarn')
 
   # puts "\n== Copying sample files =="
   # unless File.exist?('config/database.yml')