Skip to content

Commit 473bf2c

Browse files
committed
Run opam switch create with -y
1 parent d2f733b commit 473bf2c

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ all:
99

1010
.PHONY: dev
1111
dev: ## Install development dependencies
12-
opam switch create . --no-install
12+
opam switch create . --no-install -y
1313
opam install -y dune-release ocamlformat utop ocaml-lsp-server
1414
opam install --deps-only --with-test --with-doc -y .
1515

template/bin/template/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ deps: ## Install development dependencies
1414

1515
.PHONY: create_switch
1616
create_switch: ## Create an opam switch without any dependency
17-
opam switch create . --no-install
17+
opam switch create . --no-install -y
1818

1919
.PHONY: switch
2020
switch: ## Create an opam switch and install development dependencies

template/c-bindings/template/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ deps: ## Install development dependencies
1414

1515
.PHONY: create_switch
1616
create_switch:
17-
opam switch create . --no-install
17+
opam switch create . --no-install -y
1818

1919
.PHONY: switch
2020
switch: ## Create an opam switch and install development dependencies

template/cli/template/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ deps: ## Install development dependencies
1414

1515
.PHONY: create_switch
1616
create_switch: ## Create an opam switch without any dependency
17-
opam switch create . --no-install
17+
opam switch create . --no-install -y
1818

1919
.PHONY: switch
2020
switch: ## Create an opam switch and install development dependencies

template/js/template/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ deps: ## Install development dependencies
1515

1616
.PHONY: create_switch
1717
create_switch:
18-
opam switch create . --no-install
18+
opam switch create . --no-install -y
1919

2020
.PHONY: switch
2121
switch: ## Create an opam switch and install development dependencies

0 commit comments

Comments
 (0)