Skip to content

Commit 33ad56a

Browse files
committed
Force install since we are dealing with R19
1 parent 8d156d7 commit 33ad56a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ format-check: ## Checks if format is correct
5959
.PHONY: install
6060
install: ## Update the package dependencies when new deps are added to dune-project
6161
@opam install . --deps-only --with-test
62-
@npm install
62+
@npm install --force
6363

6464
.PHONY: init
6565
create-switch: ## Create a local opam switch

0 commit comments

Comments
 (0)