Skip to content

Commit fb83ec4

Browse files
committed
update make install to also install dev deps
1 parent 85120f3 commit fb83ec4

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
@@ -53,7 +53,7 @@ format-check: ## Checks if format is correct
5353

5454
.PHONY: install
5555
install: ## Update the package dependencies when new deps are added to dune-project
56-
@opam install . --deps-only --with-test
56+
@opam install . --deps-only --with-test --with-dev-setup
5757
@npm install
5858

5959
.PHONY: init

0 commit comments

Comments
 (0)