You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -131,7 +131,7 @@ This command will install:
131
131
-`cargo-binstall`, to install binary extensions for `cargo`.
132
132
-`cargo-insta`, a `cargo` extension to manage snapshot testing inside the repository.
133
133
-`taplo-cli`, a small tool for formatting TOML files.
134
-
-`wasm-pack` and `wasm-tools` for managing the WASM build of Biome.
134
+
-`wasm-bindgen-cli` and `wasm-opt` for managing the WASM build of Biome.
135
135
136
136
You'll also need to have `pnpm` installed on your machine, and run `pnpm install` from the root of the repository. `pnpm` is needed to [create changesets](#create-a-changeset)
137
137
@@ -343,7 +343,7 @@ The npm module `packages/@biomejs/biome` contains Biome's Node.js API that suppo
343
343
For testing and developing, you need to build these packages, following the steps:
344
344
345
345
1. install pnpm via [corepack](https://nodejs.org/api/corepack.html) by running `corepack enable`;
0 commit comments