Skip to content

Commit 144fc84

Browse files
committed
restore dependencies before CI build
1 parent 42b7b26 commit 144fc84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RakeFile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ end
4949
task :default => ['ripple:restore', 'source:update_version', 'build:all']
5050

5151
namespace :ci do
52-
task :run_ci_build => [ 'build:all', 'docs:build', 'package:all' ]
52+
task :run_ci_build => [ 'ripple:restore', build:all', 'docs:build', 'package:all' ]
5353
end
5454

5555
namespace :ripple do

0 commit comments

Comments
 (0)