GitToTheHub commented on code in PR #1650: URL: https://github.com/apache/cordova-ios/pull/1650#discussion_r3243164184
########## templates/project/www/.gitkeep: ########## @@ -0,0 +1 @@ +This is a placeholder file, so the www dir exists in git Review Comment: Ok thanks, I didn't know that this is the issue. I added `mkdir -p templates/project/www` to the prepare script of the package.json, which would make a placeholder file unnecessary. I will see if the actions run now fine. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
