the following example is from readme.md ``` { "scripts": { "clean": "shx --silent rm -rf build dist && shx echo Done", "example": "shx --silent ls fakeFileName" } } ``` output: ``` npm ERR! Lifecycle script `example` failed with error: npm ERR! Error: command failed ```