You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
build: ensure build-packages-dist script works in macOS
The `build-packages-dist` script does not seem to work on MacOS
because the `cp --no-preserve` flag is not supported by default.
This commit switches to a simple `chmod` call in order to make it
work in all Bash environments. Additionally the script has been updated
to clean previous `npm_package` outputs. This ensures that the version
placeholder is properly replaced in the release output.
This is necessary due to a bug in `rules_nodejs`. Read more here:
bazel-contrib/rules_nodejs#1219
0 commit comments