bkmgit commented on a change in pull request #11529:
URL: https://github.com/apache/arrow/pull/11529#discussion_r735302961



##########
File path: dev/release/verify-release-candidate.sh
##########
@@ -423,7 +423,9 @@ test_js() {
   fi
 
   yarn --frozen-lockfile
-  yarn run-s clean:all lint build
+  yarn run-s clean:all
+  yarn run-s lint
+  yarn run-s build

Review comment:
       It seems [npm-run-all](https://github.com/mysticatea/npm-run-all) is not 
currently actively maintained, and a fork 
[npm-run-all2](https://github.com/bcomnes/npm-run-all2) exists, but is not in 
the npm registry, the registry version being 4.1.5




-- 
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]


Reply via email to