Skip to content

Commit d7a9c6d

Browse files
lolbinarycatyotamofek
authored andcommitted
Use yarn instead of npm in tidy
1 parent 69d4d5f commit d7a9c6d

File tree

14 files changed

+1980
-2871
lines changed

14 files changed

+1980
-2871
lines changed

REUSE.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ path = [
3838
"triagebot.toml",
3939
"typos.toml",
4040
"package.json",
41-
"package-lock.json",
41+
"yarn.lock",
4242
"x",
4343
"x.ps1",
4444
"x.py",

bootstrap.example.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -315,12 +315,12 @@
315315
# target when running tests, otherwise this can be omitted.
316316
#build.nodejs = "node"
317317

318-
# The npm executable to use. Note that this is used for rustdoc-gui tests,
319-
# otherwise this can be omitted.
318+
# The yarn executable to use. Note that this is used for rustdoc-gui tests and
319+
# tidy js extra-checks, otherwise this can be omitted.
320320
#
321-
# Under Windows this should be `npm.cmd` or path to it (verified on nodejs v18.06), or
321+
# Under Windows this should be `yarn.cmd` or path to it (verified on nodejs v18.06), or
322322
# error will be emitted.
323-
#build.npm = "npm"
323+
#build.yarn = "yarn"
324324

325325
# Python interpreter to use for various tasks throughout the build, notably
326326
# rustdoc tests, and some dist bits and pieces.

0 commit comments

Comments
 (0)