5be0dfdf27
The scripts that build the Angular and Zone.js NPM packages rely on absolute paths in order to work correctly regardless of what the current working directory is when the scripts are invoked. However, the `npm pack` command executed in the `zone-js-builder.js` script outputs the generated `.tgz` archive in the current working directory. This causes the script to fail when invoked for any working directory other than the project root directory. This commit fixes this by ensuring the `npm pack` command is run with the project root directory as the working directory. This allows the build scripts to run correctly regardless of the working directory they are invoked from. PR Close #39455 |
||
---|---|---|
.. | ||
browserstack | ||
build | ||
ci | ||
github | ||
local-dev | ||
release | ||
build-package-dist.js | ||
compare-master-to-patch.js | ||
puppeteer-chrome-versions.js | ||
webdriver-manager-update.js |