Skip to content

Commit 46b61ae

Browse files
committed
add doc
1 parent e5af862 commit 46b61ae

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.devcontainer/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ LABEL org.opencontainers.image.description="Docker image for ReScript developmen
44

55
RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \
66
&& apt-get -y install --no-install-recommends \
7+
yarn \
78
opam \
89
musl-tools \
910
python-is-python3 \

CONTRIBUTING.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ Happy hacking!
1515
> Most of our contributors are working on Apple machines, so all our instructions are currently macOS / Linux centric. Contributions for Windows development welcome!
1616
1717
- [Node.js](https://nodejs.org/) v20.x
18+
- [Yarn CLI](https://yarnpkg.com/getting-started/install) (can be installed with `corepack`, Homebrew, etc)
1819
- C compiler toolchain (usually installed with `xcode` on Mac)
1920
- Python <= 3.11 (required to build ninja)
2021
- Rust toolchain (required to build rewatch; follow the instructions at https://www.rust-lang.org/tools/install)
@@ -58,7 +59,7 @@ opam install . --deps-only --with-test --with-dev-setup -y
5859

5960
#### npm install
6061

61-
Run `npm install --ignore-scripts`. This will install the npm dependencies required for the build scripts.
62+
Run `yarn install`. This will install the npm dependencies required for the build scripts.
6263

6364
### B. Devcontainer
6465

0 commit comments

Comments
 (0)