Commit fee5b0a4 authored by Stan Hu's avatar Stan Hu

Add logging for time and lint start

parent 64e4be53
......@@ -36,6 +36,7 @@ unless Rails.env.production?
gettext:updated_check
lint:static_verification
].each do |task|
warn "#{Time.now} Running #{task}\n"
pid = Process.fork do
rd_out, wr_out = IO.pipe
rd_err, wr_err = IO.pipe
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment