diff options
| author | Zog | 2018-02-07 09:23:20 +0100 | 
|---|---|---|
| committer | Luc Donnet | 2018-02-09 13:56:54 +0100 | 
| commit | ae36ee8a9270540cea2b0bea70b0f7c46a1818ef (patch) | |
| tree | 9be9b7d1f50fa5cd3c70772a4f1e3ae71daddbb3 /lib/tasks/ci.rake | |
| parent | c608e69bb3908de4c319689fa8232cff4a046b86 (diff) | |
| download | chouette-core-ae36ee8a9270540cea2b0bea70b0f7c46a1818ef.tar.bz2 | |
Refs #4126 @6h; Add i18n to JS
Diffstat (limited to 'lib/tasks/ci.rake')
| -rw-r--r-- | lib/tasks/ci.rake | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/lib/tasks/ci.rake b/lib/tasks/ci.rake index 13d7b8d73..889a5c0ad 100644 --- a/lib/tasks/ci.rake +++ b/lib/tasks/ci.rake @@ -38,7 +38,7 @@ namespace :ci do    end    task :jest => "ci:assets" do -    sh "yarn --no-progress install" # Hack to force install jest after webpack  +    sh "yarn --no-progress install" # Hack to force install jest after webpack      sh "node_modules/.bin/jest" unless ["CHOUETTE_JEST_DISABLED"]    end @@ -59,4 +59,4 @@ namespace :ci do  end  desc "Run continuous integration tasks (spec, ...)" -task :ci => ["ci:setup", "ci:spec", "ci:jest", "cucumber", "ci:check_security", "ci:deploy", "ci:clean"] +task :ci => ["ci:setup", "ci:spec", "i18n:js:export", "ci:jest", "cucumber", "ci:check_security", "ci:deploy", "ci:clean"] | 
