You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First, the purpose of the module is to allow folks to extract scripts as a refactor without changing their existing CLI commands (e.g. Whoever introduces scripty doesn't need to educate their team to start running a new command, they can just keep running, say, npm run foo:bar as always).
Second, if there is any confusion as to where a script is or how it's implemented, all someone needs to do is run it and the first thing scripty does is tell you what it is running. If it's too hard for contributors to figure out, folks could document it however they like ("test": "scripty #see scripts/test")
What if:
???
The text was updated successfully, but these errors were encountered: