You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by ko...@apache.org on 2021/04/09 03:16:44 UTC

[arrow] branch master updated (493b205 -> 113a515)

This is an automated email from the ASF dual-hosted git repository.

kou pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git.


    from 493b205  MINOR: [JS] correct comment in build file (#9955)
     add 113a515  ARROW-12239: [JS] Switch to yarn

No new revisions were added by this update.

Summary of changes:
 .github/workflows/js.yml                |     2 +-
 ci/docker/conda-integration.dockerfile  |     1 +
 ci/docker/linux-apt-docs.dockerfile     |     3 +-
 ci/scripts/cpp_build.sh                 |     4 +-
 ci/scripts/js_build.sh                  |     9 +-
 ci/scripts/js_test.sh                   |     4 +-
 dev/release/rat_exclude_files.txt       |     1 +
 dev/release/verify-release-candidate.sh |     8 +-
 js/.gitignore                           |     2 +-
 js/DEVELOP.md                           |    34 +-
 js/npm-release.sh                       |     6 +-
 js/package-lock.json                    | 17908 ------------------------------
 js/package.json                         |     4 +-
 js/yarn.lock                            | 10711 ++++++++++++++++++
 14 files changed, 10752 insertions(+), 17945 deletions(-)
 delete mode 100644 js/package-lock.json
 create mode 100644 js/yarn.lock