Skip to content

Commit f56b2d5

Browse files
committed
restore dependencies in CI build
1 parent a16f85c commit f56b2d5

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

RakeFile

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,7 @@ end
4747
task :default => ['ripple:restore', 'source:update_version', 'build:all']
4848

4949
namespace :ci do
50-
task :run_ci_build => [
51-
'build:all',
52-
'docs:build',
53-
'package:all',
54-
]
50+
task :run_ci_build => ['ripple:restore', 'build:all', 'docs:build', 'package:all' ]
5551
end
5652

5753
namespace :ripple do

0 commit comments

Comments
 (0)