From f74af9c7bf289181b857938150054c87b0c26a0e Mon Sep 17 00:00:00 2001 From: a-kenji Date: Thu, 30 Sep 2021 09:30:59 +0200 Subject: fix(makefile): update `update-default-config` (#751) - switch the `update-default-config` task to be prior to commiting changes --- Makefile.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile.toml') diff --git a/Makefile.toml b/Makefile.toml index bede9e4bd..8cb5f4d37 100644 --- a/Makefile.toml +++ b/Makefile.toml @@ -161,7 +161,7 @@ args = ["install", "cross"] [tasks.publish] clear = true workspace = false -dependencies = ["build-plugins-release", "wasm-opt-plugins", "release-commit"] +dependencies = [ "update-default-config", "build-plugins-release", "wasm-opt-plugins", "release-commit"] run_task = "publish-zellij" [tasks.release-commit] @@ -207,6 +207,6 @@ cwd = "zellij-tile-utils" script = "cargo publish && sleep 15" [tasks.publish-zellij] -dependencies = ["publish-zellij-client", "publish-zellij-server", "publish-zellij-utils", "update-default-config"] +dependencies = ["publish-zellij-client", "publish-zellij-server", "publish-zellij-utils",] command = "cargo" args = ["publish"] -- cgit v1.2.3