Skip to content

Commit d10ca57

Browse files
committed
Yarn is no longer needed for tests
1 parent b91817f commit d10ca57

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

guide/src/contributing/index.md

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -18,19 +18,3 @@ development.
1818
as that is when WebAssembly support was introduced. [Install Node].
1919

2020
[Install Node]: https://nodejs.org/en/
21-
22-
3. The tests for this project also use `yarn`, a package manager for Node. To
23-
install `yarn`, run:
24-
25-
```shell
26-
npm install -g yarn
27-
```
28-
29-
or follow other platform-specific instructions
30-
[here](https://yarnpkg.com/en/docs/install).
31-
32-
Once `yarn` is installed, run it in the top level directory:
33-
34-
```shell
35-
yarn
36-
```

0 commit comments

Comments
 (0)