forked from plume/documentation
Reset build dir before upload to Crowdin
This commit is contained in:
parent
665f9f8985
commit
c8f2cd8b44
1 changed files with 1 additions and 1 deletions
2
Rakefile
2
Rakefile
|
@ -69,7 +69,7 @@ namespace :crowdin do
|
|||
end
|
||||
|
||||
desc "Upload translation sources"
|
||||
task :upload do
|
||||
task :upload => :build_trans_src do
|
||||
sh "crowdin", "upload", "sources"
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue