diff options
| author | Thomas Haddad | 2016-11-08 18:25:14 +0100 | 
|---|---|---|
| committer | Thomas Haddad | 2016-11-08 18:25:14 +0100 | 
| commit | 8f11b0063432be786bf0257f344c2b3f7ce714f0 (patch) | |
| tree | 63713ef845414ca0eebe007bad724c3355f07dde /lib/tasks | |
| parent | 1da0bf0708eb981d6c17a76d3e49439580869602 (diff) | |
| download | chouette-core-8f11b0063432be786bf0257f344c2b3f7ce714f0.tar.bz2 | |
Add npm install for ci task
Signed-off-by: Thomas Shawarma Haddad <thomas.haddad@af83.com>
Diffstat (limited to 'lib/tasks')
| -rw-r--r-- | lib/tasks/ci.rake | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/lib/tasks/ci.rake b/lib/tasks/ci.rake index 7fca878b6..2b584c08b 100644 --- a/lib/tasks/ci.rake +++ b/lib/tasks/ci.rake @@ -3,6 +3,7 @@ namespace :ci do    task :setup do      cp "config/database/jenkins.yml", "config/database.yml"      sh "RAILS_ENV=test rake db:migrate" +    sh "npm install"    end    def git_branch | 
