amoeba commented on issue #44585:
URL: https://github.com/apache/arrow/issues/44585#issuecomment-2501928523
I found this and am not sure if it's intentional that we have what is
essentially an empty package.json in the targets/ts/bin folder:
```
~/src/apache/arrow/apache-arrow-18.1.0/js main*
.venv ❯ ls -1 targets/ts/bin
Arrow.js
arrow2csv.js*
arrow2csv.ts*
package.json
~/src/apache/arrow/apache-arrow-18.1.0/js main*
.venv ❯ cat targets/ts/bin/package.json
{"type": "commonjs"}⏎
```
The current iteration of the npm-publish.sh script catches this package.json
and fails to publish it which makes sense.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]