aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorRobert2017-10-12 17:49:36 +0200
committerRobert2017-10-12 17:49:36 +0200
commitddf6fd8be58417d3fd2496b0806c16cee256f159 (patch)
treec0c6a5897d7cdb2f861427e6c7c47db461ef3c3a /lib
parentb16f881a2d3ef116204579b1d050aa2be749d587 (diff)
parent65e5ac79147b6c55b76bcabf741b326d31317bd2 (diff)
downloadchouette-core-ddf6fd8be58417d3fd2496b0806c16cee256f159.tar.bz2
Merge branch 'master' of github.com:af83/stif-boiv
Diffstat (limited to 'lib')
-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