From a51f500c175017799de7877d44beef6279ee899a Mon Sep 17 00:00:00 2001 From: Brooks Rady Date: Mon, 30 Aug 2021 18:02:14 +0100 Subject: fix(ui): change resize binding to Ctrl-n * fix(ui): change resize binding to Ctrl-n * Fix tests? * Actually update the keybind in tests * Cowardly refuse to fix the E2E testing issue --- Makefile.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.toml') diff --git a/Makefile.toml b/Makefile.toml index 041b82eaf..dcf63fcaa 100644 --- a/Makefile.toml +++ b/Makefile.toml @@ -128,7 +128,7 @@ args = ["build", "--verbose", "--release", "--target", "${CARGO_MAKE_TASK_ARGS}" # Build e2e asset [tasks.build-e2e] workspace = false -dependencies = ["build-plugins"] +dependencies = ["build-plugins", "build-dev-data-dir"] command = "cargo" args = ["build", "--verbose", "--target", "x86_64-unknown-linux-musl"] -- cgit v1.2.3