fix(build): tweak the publishing process

This commit is contained in:
Brooks J Rady 2021-04-14 19:26:12 +01:00
parent e98dd69a88
commit 7ab5b0e80f

View File

@ -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"]