Skip to content

Commit

Permalink
More work on deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
josephwright committed Nov 18, 2019
1 parent 9fe762d commit 7ef84f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.lua
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ function main (target)
end
-- Avoid inter-bundle issues
for _,v in ipairs(t) do
cleandir(builddir)
if target == "ctan" then call({v},"clean") end
local errorlevel = call({v},target)
if errorlevel ~= 0 then return errorlevel end
end
Expand Down

0 comments on commit 7ef84f7

Please sign in to comment.