saguijs / sagui

:monkey: Front-end tooling in a single dependency
http://sagui.js.org/
MIT License
669 stars 32 forks source link

Fix lint script not executing anything 😿 #360

Closed pirelenito closed 7 years ago

pirelenito commented 7 years ago

It was missing from the CLI.

This should fix the problem, but we should also make the CLI break if we try to run an action that is invalid. This would have made our “test create project” tests fail in Travis. We should make sure that is the case before merging this PR.

This fixes #358.

pirelenito commented 7 years ago

Since I'm heading on a vacation, I'll merge this PR and we can revisit the test at a latter time.

abdulhannanali commented 7 years ago

@pirelenito Thanks for fixing this. I can work on the second issue, about non zero exit code in case of failure. Happy vacations.