summaryrefslogtreecommitdiffstats
path: root/Makefile.toml
diff options
context:
space:
mode:
authorBrooks J Rady <b.j.rady@gmail.com>2021-04-14 19:26:12 +0100
committerBrooks J Rady <b.j.rady@gmail.com>2021-04-14 19:26:12 +0100
commit7ab5b0e80fb861955754c765b7ce5ef819a32dc8 (patch)
tree907c865bc81d907077bb0c2ce7bf7d81f4b08c92 /Makefile.toml
parente98dd69a8891bc3bdf2ba3c6781f7aa527cea876 (diff)
fix(build): tweak the publishing process
Diffstat (limited to 'Makefile.toml')
-rw-r--r--Makefile.toml8
1 files changed, 3 insertions, 5 deletions
diff --git a/Makefile.toml b/Makefile.toml
index 0cafcb87b..4ee281120 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"]