Skip to content

Commit

Permalink
Force install since we are dealing with R19
Browse files Browse the repository at this point in the history
  • Loading branch information
davesnx committed Nov 19, 2024
1 parent 8d156d7 commit 33ad56a
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 @@ -59,7 +59,7 @@ format-check: ## Checks if format is correct
.PHONY: install
install: ## Update the package dependencies when new deps are added to dune-project
@opam install . --deps-only --with-test
@npm install
@npm install --force

.PHONY: init
create-switch: ## Create a local opam switch
Expand Down

0 comments on commit 33ad56a

Please sign in to comment.