From 7ab5b0e80fb861955754c765b7ce5ef819a32dc8 Mon Sep 17 00:00:00 2001 From: Brooks J Rady Date: Wed, 14 Apr 2021 19:26:12 +0100 Subject: [PATCH] fix(build): tweak the publishing process --- Makefile.toml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/Makefile.toml b/Makefile.toml index 0cafcb87..4ee28112 100644 --- a/Makefile.toml +++ b/Makefile.toml @@ -92,13 +92,11 @@ end [tasks.publish] clear = true workspace = false -dependencies = ["build-tiles-release", "wasm-opt-tiles", "build-release"] -run_task = [ - { name = "publish-zellij-tile" }, - { name = "publish-zellij" } -] +dependencies = ["build-tiles-release", "wasm-opt-tiles", "build-release", "publish-zellij-tile"] +run_task = "publish-zellij" [tasks.publish-zellij-tile] +ignore_errors = true cwd = "zellij-tile" command = "cargo" args = ["publish"]