From 1a404a984a79b5029dcb357a6c6c68c70ddf21b8 Mon Sep 17 00:00:00 2001 From: Luc Donnet Date: Thu, 12 Oct 2017 15:18:06 +0200 Subject: Use yarn and not npm anymore --- lib/tasks/ci.rake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/tasks') diff --git a/lib/tasks/ci.rake b/lib/tasks/ci.rake index 633bf82ad..ace042546 100644 --- a/lib/tasks/ci.rake +++ b/lib/tasks/ci.rake @@ -3,7 +3,7 @@ namespace :ci do task :setup do cp "config/database/jenkins.yml", "config/database.yml" sh "RAILS_ENV=test rake db:drop db:create db:migrate" - sh "npm --production --no-progress install" + sh "yarn --production --no-progress install" end def git_branch -- cgit v1.2.3