cordova-mobile-spec icon indicating copy to clipboard operation
cordova-mobile-spec copied to clipboard

[WIP] use relative path for template, to avoid git failure

Open brody4hire opened this issue 4 years ago • 0 comments

Platforms affected

all

Motivation and Context

issue #207

Description

use relative path for template to avoid the git failure reported in issue #207

I suspect that the git failure is due to a change in the way that Cordova CLI works together with npm.

Testing

  • [ ] verify that a command like the following succeeds: ./cordova-mobile-spec/createmobilespec/createmobilespec.js --android --debug
  • [ ] verify that the generated test app runs on a mobile platform such as Android

Checklist

  • [ ] I've run the tests to see all new and existing tests pass
  • ~~I added automated test coverage as appropriate for this change~~
  • ~~Commit is prefixed with (platform) if this change only applies to one platform (e.g. (android))~~
  • [x] If this Pull Request resolves an issue, I linked to the issue in the text above (and used the correct keyword to close issues using keywords)
  • ~~I've updated the documentation if necessary~~

brody4hire avatar Jun 24 '20 17:06 brody4hire