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



##########
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:
       Could you explain the problem to be solved by this pull request in pull 
request description, Jira issue and/of source code comment?
   The current script works well on my environment. So I don't know why this is 
needed.




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