~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
~This PR introduces a global
--skip-config-check
flag that does as the name suggests, to provide an option to skip reading fromhcScaffold
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