aboutsummaryrefslogtreecommitdiffstats
path: root/lib/tasks
diff options
context:
space:
mode:
authorLuc Donnet2017-10-12 15:18:06 +0200
committerLuc Donnet2017-10-12 15:18:06 +0200
commit1a404a984a79b5029dcb357a6c6c68c70ddf21b8 (patch)
tree5ac42c486ade89a5e3c30b5a600dea1aa2db31e3 /lib/tasks
parent7b6964588cdd5218843b33082cae13cda77a28b3 (diff)
downloadchouette-core-1a404a984a79b5029dcb357a6c6c68c70ddf21b8.tar.bz2
Use yarn and not npm anymore
Diffstat (limited to 'lib/tasks')
-rw-r--r--lib/tasks/ci.rake2
1 files changed, 1 insertions, 1 deletions
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