angularfire
angularfire copied to clipboard
Fix #3098
Checklist
- Issue number for this PR: #3098
- Docs included?: No
- Test units included?: No
- In a clean directory,
yarn install,yarn testrun successfully? Yes
Description
Running the deploy schematic on Windows:
- Child processes that need
gcloudcannot properly locate it; - The path to
main.jsis printed escaped by\\instead of/, even though target runtime is Linux based.
Code sample
N. A.