infinitered / gluegun

A delightful toolkit for building TypeScript-powered command-line apps.
MIT License
2.97k stars 147 forks source link

Error: Command failed: sleep 2 #649

Closed ceelsoin closed 4 years ago

ceelsoin commented 5 years ago

Hi, my gluegun cli application has stopping after build with error message: Error: Command failed: sleep 2 but in development works fine.

This code quote is:

await run('sleep 2')

jamonholmgren commented 5 years ago

@ceelsoin Is there any way you can provide a minimal repro? Not much to go off of here. <3