This is an automated email from the ASF dual-hosted git repository.
kou pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-js.git
The following commit(s) were added to refs/heads/main by this push:
new 75f5ad1 chore: Remove `lerna` from `package.json` (#144)
75f5ad1 is described below
commit 75f5ad1efb6d1f6726e869d6c6febfa2b8e22b6e
Author: Sutou Kouhei <[email protected]>
AuthorDate: Thu Jun 12 15:02:47 2025 +0900
chore: Remove `lerna` from `package.json` (#144)
## What's Changed
Removed `lerna` from `package`json` because we removed `lerna` in
https://github.com/apache/arrow/pull/37393.
Closes #143.
---
package.json | 1 -
1 file changed, 1 deletion(-)
diff --git a/package.json b/package.json
index 03fc056..903924a 100644
--- a/package.json
+++ b/package.json
@@ -6,7 +6,6 @@
},
"type": "module",
"scripts": {
- "lerna": "lerna",
"test": "cross-env NODE_NO_WARNINGS=1 gulp test",
"build": "cross-env NODE_NO_WARNINGS=1 gulp build",
"clean": "cross-env NODE_NO_WARNINGS=1 gulp clean",