mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
In #33823, `scripts/package-builds.sh` (which is used by both `build-packages-dist.sh` and `build-ivy-npm-packages.sh`) was updated to use `realpath`. It turns out that `realpath` does not exist on macOS, so the build scripts do not work there. This commit fixes it by switching from `realpath $(pwd)/..` to `dirname $(pwd)`, which does practically the same thing (in this situation) and works on macOS as well. PR Close #33843 |
||
|---|---|---|
| .. | ||
| browserstack | ||
| ci | ||
| git | ||
| github | ||
| local-dev | ||
| release | ||
| saucelabs | ||
| build-ivy-npm-packages.sh | ||
| build-packages-dist.sh | ||
| package-builder.sh | ||