diff --git a/Makefile b/Makefile index 030df42..8b854ce 100644 --- a/Makefile +++ b/Makefile @@ -22,6 +22,7 @@ init: create-switch install ## Configure everything to develop this repository i install: ## Install development dependencies opam update opam install -y . --deps-only --with-test + opam install ocaml-lsp-server # can be added to opam with `--with-dev-setup` once opam 2.2 is more prevalent .PHONY: build build: ## Build the project diff --git a/melange-recharts.opam b/melange-recharts.opam index 77c041f..5efc64d 100644 --- a/melange-recharts.opam +++ b/melange-recharts.opam @@ -18,7 +18,6 @@ depends: [ "reason" {>= "3.10.0"} "reason-react" {>= "0.14.0"} "reason-react-ppx" {>= "0.14.0"} - "ocaml-lsp-server" {with-test} "odoc" {with-doc} ] build: [