fix(build): tweak the publishing process
This commit is contained in:
parent
e98dd69a88
commit
7ab5b0e80f
1 changed files with 3 additions and 5 deletions
|
|
@ -92,13 +92,11 @@ end
|
||||||
[tasks.publish]
|
[tasks.publish]
|
||||||
clear = true
|
clear = true
|
||||||
workspace = false
|
workspace = false
|
||||||
dependencies = ["build-tiles-release", "wasm-opt-tiles", "build-release"]
|
dependencies = ["build-tiles-release", "wasm-opt-tiles", "build-release", "publish-zellij-tile"]
|
||||||
run_task = [
|
run_task = "publish-zellij"
|
||||||
{ name = "publish-zellij-tile" },
|
|
||||||
{ name = "publish-zellij" }
|
|
||||||
]
|
|
||||||
|
|
||||||
[tasks.publish-zellij-tile]
|
[tasks.publish-zellij-tile]
|
||||||
|
ignore_errors = true
|
||||||
cwd = "zellij-tile"
|
cwd = "zellij-tile"
|
||||||
command = "cargo"
|
command = "cargo"
|
||||||
args = ["publish"]
|
args = ["publish"]
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue