holochain / scaffolding

Scaffolding tool to quickly generate and modify holochain applications
https://docs.rs/holochain_scaffolding_cli
220 stars 19 forks source link

fix: Skip writing scaffold config for nixified custom templates #415

Closed c12i closed 2 weeks ago

c12i commented 2 weeks ago

~This PR introduces a global --skip-config-check flag that does as the name suggests, to provide an option to skip reading from hcScaffold config in the root package.json file. Using this flag will be mostly beneficial to users who scaffolded their hApps with a nix wrapper based custom template.~

This PR skips writing scaffold configs for web-apps or examples scaffolded from nixified custom templates

Closes #247

c12i commented 2 weeks ago

You are right, better not to write entirely since this would still happen, fixed

guillemcordoba commented 2 weeks ago

Awesome!