diff options
| author | Luc Donnet | 2018-02-09 12:11:24 +0100 |
|---|---|---|
| committer | GitHub | 2018-02-09 12:11:24 +0100 |
| commit | a68053c85fdb55e43fdf1ae7d9aba95e31a148bb (patch) | |
| tree | 9e5f38bad3645abe78cee7758e9ec549978cf4f8 /lib | |
| parent | cbab2b01c2ad462d7433cc7dd35423527c68871a (diff) | |
| parent | 54c4cd2ddb23e3acf756881c23e78cf61d23e1a6 (diff) | |
| download | chouette-core-a68053c85fdb55e43fdf1ae7d9aba95e31a148bb.tar.bz2 | |
Merge pull request #296 from af83/5807-update-webpacker
5807 update webpacker
Diffstat (limited to 'lib')
| -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..fdd813516 100644 --- a/lib/tasks/ci.rake +++ b/lib/tasks/ci.rake @@ -38,8 +38,8 @@ namespace :ci do end task :jest => "ci:assets" do - sh "yarn --no-progress install" # Hack to force install jest after webpack - sh "node_modules/.bin/jest" unless ["CHOUETTE_JEST_DISABLED"] + sh "yarn --no-progress install" # Hack to force install jest after webpack + sh "node_modules/.bin/jest" end desc "Deploy after CI" |
