diff options
| author | Luc Donnet | 2017-10-12 15:18:06 +0200 | 
|---|---|---|
| committer | Luc Donnet | 2017-10-12 15:18:06 +0200 | 
| commit | 1a404a984a79b5029dcb357a6c6c68c70ddf21b8 (patch) | |
| tree | 5ac42c486ade89a5e3c30b5a600dea1aa2db31e3 /lib | |
| parent | 7b6964588cdd5218843b33082cae13cda77a28b3 (diff) | |
| download | chouette-core-1a404a984a79b5029dcb357a6c6c68c70ddf21b8.tar.bz2 | |
Use yarn and not npm anymore
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/tasks/ci.rake | 2 | 
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 | 
