We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d156d7 commit 33ad56aCopy full SHA for 33ad56a
Makefile
@@ -59,7 +59,7 @@ format-check: ## Checks if format is correct
59
.PHONY: install
60
install: ## Update the package dependencies when new deps are added to dune-project
61
@opam install . --deps-only --with-test
62
- @npm install
+ @npm install --force
63
64
.PHONY: init
65
create-switch: ## Create a local opam switch
0 commit comments