jacobparis-insiders / sly

Monorepo for Sly CLI
https://sly-cli.fly.dev/
153 stars 11 forks source link

Postinstall script doesn't run if some components fail to install #44

Open jacobparis opened 5 months ago

jacobparis commented 5 months ago

If I add three components and one happens to already exist, two will install and I'll get a "this component already exists, run with --overwrite" and it stops there

Expected behaviour is for the postinstall script to still run since some component were installed correctly