nativescript-cli icon indicating copy to clipboard operation
nativescript-cli copied to clipboard

feat: ensure App_Resources exists before running

Open rigor789 opened this issue 3 years ago • 0 comments

PR Checklist

  • [x] The PR title follows our guidelines: https://github.com/NativeScript/NativeScript/blob/master/tools/notes/CONTRIBUTING.md#commit-messages.
  • [x] There is an issue for the bug/feature this PR is for. To avoid wasting your time, it's best to open a suggestion issue first and wait for approval before working on it.
  • [x] You have signed the CLA.
  • [x] All existing tests are passing: https://github.com/NativeScript/nativescript-cli/blob/master/CONTRIBUTING.md#contribute-to-the-code-base
  • [x] Tests for the changes are included.

What is the current behavior?

If the project does not have an App_Resources, the build will fail/error out.

What is the new behavior?

If the project does not have an App_Resources, defaults are pulled from the base template from npm before continuing the build.

rigor789 avatar Aug 10 '22 10:08 rigor789