summaryrefslogtreecommitdiffstats
path: root/Makefile.toml
diff options
context:
space:
mode:
authordenis <denismaximov98@gmail.com>2021-05-02 12:57:48 +0300
committerdenis <denismaximov98@gmail.com>2021-05-02 12:57:48 +0300
commit56cf44627596edab8959c18df655caf3acd705f1 (patch)
tree507dd906650262957effcee55ec4ce7326b70557 /Makefile.toml
parentd48cc815368c6424977f3c6908e81e213fa260e1 (diff)
chore: added zellij-tile-extra, moved macros from zellij-tile
Diffstat (limited to 'Makefile.toml')
-rw-r--r--Makefile.toml8
1 files changed, 7 insertions, 1 deletions
diff --git a/Makefile.toml b/Makefile.toml
index 628899f9d..1d11f0d1a 100644
--- a/Makefile.toml
+++ b/Makefile.toml
@@ -108,7 +108,7 @@ args = ["install", "cross"]
[tasks.publish]
clear = true
workspace = false
-dependencies = ["build-plugins-release", "wasm-opt-plugins", "build-release", "publish-zellij-tile"]
+dependencies = ["build-plugins-release", "wasm-opt-plugins", "build-release", "publish-zellij-tile", "publish-zellij-tile-extra"]
run_task = "publish-zellij"
[tasks.publish-zellij-tile]
@@ -117,6 +117,12 @@ cwd = "zellij-tile"
command = "cargo"
args = ["publish"]
+[tasks.publish-zellij-tile-extra]
+ignore_errors = true
+cwd = "zellij-tile-extra"
+command = "cargo"
+args = ["publish"]
+
[tasks.publish-zellij]
command = "cargo"
args = ["publish"] \ No newline at end of file