Commit 473bf2c 1 parent d2f733b commit 473bf2c Copy full SHA for 473bf2c
File tree 5 files changed +5
-5
lines changed
5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 9
9
10
10
.PHONY : dev
11
11
dev : # # Install development dependencies
12
- opam switch create . --no-install
12
+ opam switch create . --no-install -y
13
13
opam install -y dune-release ocamlformat utop ocaml-lsp-server
14
14
opam install --deps-only --with-test --with-doc -y .
15
15
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ deps: ## Install development dependencies
14
14
15
15
.PHONY : create_switch
16
16
create_switch : # # Create an opam switch without any dependency
17
- opam switch create . --no-install
17
+ opam switch create . --no-install -y
18
18
19
19
.PHONY : switch
20
20
switch : # # Create an opam switch and install development dependencies
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ deps: ## Install development dependencies
14
14
15
15
.PHONY : create_switch
16
16
create_switch :
17
- opam switch create . --no-install
17
+ opam switch create . --no-install -y
18
18
19
19
.PHONY : switch
20
20
switch : # # Create an opam switch and install development dependencies
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ deps: ## Install development dependencies
14
14
15
15
.PHONY : create_switch
16
16
create_switch : # # Create an opam switch without any dependency
17
- opam switch create . --no-install
17
+ opam switch create . --no-install -y
18
18
19
19
.PHONY : switch
20
20
switch : # # Create an opam switch and install development dependencies
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ deps: ## Install development dependencies
15
15
16
16
.PHONY : create_switch
17
17
create_switch :
18
- opam switch create . --no-install
18
+ opam switch create . --no-install -y
19
19
20
20
.PHONY : switch
21
21
switch : # # Create an opam switch and install development dependencies
You can’t perform that action at this time.
0 commit comments