Use yarn instead of npm in tidy

This commit is contained in:
binarycat 2025-11-07 14:20:20 -06:00 committed by Yotam Ofek
parent 89fe96197d
commit 8acea59362
14 changed files with 1980 additions and 2871 deletions

View file

@ -315,12 +315,12 @@
# target when running tests, otherwise this can be omitted.
#build.nodejs = "node"
# The npm executable to use. Note that this is used for rustdoc-gui tests,
# otherwise this can be omitted.
# The yarn executable to use. Note that this is used for rustdoc-gui tests and
# tidy js extra-checks, otherwise this can be omitted.
#
# Under Windows this should be `npm.cmd` or path to it (verified on nodejs v18.06), or
# Under Windows this should be `yarn.cmd` or path to it (verified on nodejs v18.06), or
# error will be emitted.
#build.npm = "npm"
#build.yarn = "yarn"
# Python interpreter to use for various tasks throughout the build, notably
# rustdoc tests, and some dist bits and pieces.