purescript-contrib / pulp

A build tool for PureScript projects
GNU Lesser General Public License v3.0
443 stars 86 forks source link

run `git status` when "Your git working tree is dirty" #377

Closed safareli closed 5 years ago

safareli commented 5 years ago

It would be great if when git working tree is dirty during pulp publish we execute git status so if pulp publish is executed on some CI system you can easily see what went wrong.

hdgarrood commented 5 years ago

I'd prefer to do this in the compiler; see https://github.com/purescript/purescript/issues/3550.