Skip to content

Commit

Permalink
try overriding opamcli with --cli
Browse files Browse the repository at this point in the history
  • Loading branch information
jchavarri committed Oct 19, 2023
1 parent 364386b commit 670ecbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ init: create-switch install ## Configure everything to develop this repository i
install: ## Install development dependencies
yarn
opam update
opam install -y . --deps-only --with-test --with-dev-setup
opam install --cli=2.2 -y . --deps-only --with-test --with-dev-setup
opam exec opam-check-npm-deps

.PHONY: build
Expand Down

0 comments on commit 670ecbc

Please sign in to comment.