From 5aac96de5881c3c729d3d43f28cc20bdb815fc04 Mon Sep 17 00:00:00 2001 From: Josh Vlk Date: Thu, 13 Mar 2025 09:23:41 -0400 Subject: [PATCH] Update opam install command to correct flag --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 90d8a60953..02358293e1 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -53,7 +53,7 @@ opam init opam switch create 5.3.0 # Install dev dependencies from OPAM -opam install . --deps-only --with-test --with-dev-setup -y +opam install . --deps-only --with-test -y ``` #### npm install