kou commented on a change in pull request #11529:
URL: https://github.com/apache/arrow/pull/11529#discussion_r735019503
##########
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:
Why is this needed?
It seems that `run-s`
https://github.com/mysticatea/npm-run-all/blob/master/docs/run-s.md executes
the given tasks sequentially. If we executes `yarn` three times, we don't need
to use `yarn run-s`.
--
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]