Support running ask commands in npm scripts
To avoid having ask-cli installed globally which is not good when working with other developers together who might have version mismatches, it would be nice when you could trigger ask commands with npm scripts.
For example:
package.json:
"scripts": {
"validate": "ask validate"
}
Currently this throws errors like described here:
https://forums.developer.amazon.com/questions/211596/run-ask-commands-as-npm-script.html?childToView=212326#comment-212326
1
vote
