summaryrefslogtreecommitdiffstats
path: root/Makefile.toml
diff options
context:
space:
mode:
authorBrooks Rady <b.j.rady@gmail.com>2021-08-30 18:02:14 +0100
committerGitHub <noreply@github.com>2021-08-30 18:02:14 +0100
commita51f500c175017799de7877d44beef6279ee899a (patch)
treefa218e44b084be8dae1ec01ba75db081020bf3e0 /Makefile.toml
parent588fcc69bee4d76d5ba034ff3e68f7a48f7b47d6 (diff)
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
Diffstat (limited to 'Makefile.toml')
-rw-r--r--Makefile.toml2
1 files changed, 1 insertions, 1 deletions
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"]