Skip to content

Commit

Permalink
Ensure JS doc dir exists
Browse files Browse the repository at this point in the history
  • Loading branch information
kszucs committed Nov 3, 2021
1 parent a43fbdc commit bf1f042
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ci/scripts/js_build.sh
Expand Up @@ -33,6 +33,7 @@ yarn build

if [ "${with_docs}" == "true" ]; then
yarn doc
mkdir -p ${build_dir}/docs/js
rsync -a ${arrow_dir}/js/doc/ ${build_dir}/docs/js
fi

Expand Down

0 comments on commit bf1f042

Please sign in to comment.