Skip to content

Commit dd4b4c9

Browse files
committed
switch to yarn
1 parent b01cc1c commit dd4b4c9

File tree

11 files changed

+2127
-2855
lines changed

11 files changed

+2127
-2855
lines changed

bootstrap.example.toml

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

315-
# The npm executable to use. Note that this is used for rustdoc-gui tests,
316-
# otherwise this can be omitted.
315+
# The pnpm executable to use. Note that this is used for rustdoc-gui tests and
316+
# tidy js extra-checks, otherwise this can be omitted.
317317
#
318-
# Under Windows this should be `npm.cmd` or path to it (verified on nodejs v18.06), or
318+
# Under Windows this should be `pnpm.cmd` or path to it (verified on nodejs v18.06), or
319319
# error will be emitted.
320-
#build.npm = "npm"
320+
#build.pnpm = "pnpm"
321321

322322
# Python interpreter to use for various tasks throughout the build, notably
323323
# rustdoc tests, the lldb python interpreter, and some dist bits and pieces.

0 commit comments

Comments
 (0)