callerc1 / shipit-npm

Npm tasks for shipit.
MIT License
21 stars 13 forks source link

Fix #15, add the ability to set a command for npm:cmd in config #16

Open travco opened 8 years ago

travco commented 8 years ago

Explained rather succinctly by the (also included) entry in the README (under Options):


npm.cmd

Type: String Default: ' '

A string specifying the command to be run by the npm:cmd task (e.g. 'run build') overridden if the --cmd argument is set on the command line.


Other changes: updated error message in npm:cmd to include the config entry as an example. added .gitignore for node_modules