fix(makefile): update update-default-config (#751)
- switch the `update-default-config` task to be prior to commiting changes
This commit is contained in:
parent
7ab0e39931
commit
f74af9c7bf
1 changed files with 2 additions and 2 deletions
|
|
@ -161,7 +161,7 @@ args = ["install", "cross"]
|
||||||
[tasks.publish]
|
[tasks.publish]
|
||||||
clear = true
|
clear = true
|
||||||
workspace = false
|
workspace = false
|
||||||
dependencies = ["build-plugins-release", "wasm-opt-plugins", "release-commit"]
|
dependencies = [ "update-default-config", "build-plugins-release", "wasm-opt-plugins", "release-commit"]
|
||||||
run_task = "publish-zellij"
|
run_task = "publish-zellij"
|
||||||
|
|
||||||
[tasks.release-commit]
|
[tasks.release-commit]
|
||||||
|
|
@ -207,6 +207,6 @@ cwd = "zellij-tile-utils"
|
||||||
script = "cargo publish && sleep 15"
|
script = "cargo publish && sleep 15"
|
||||||
|
|
||||||
[tasks.publish-zellij]
|
[tasks.publish-zellij]
|
||||||
dependencies = ["publish-zellij-client", "publish-zellij-server", "publish-zellij-utils", "update-default-config"]
|
dependencies = ["publish-zellij-client", "publish-zellij-server", "publish-zellij-utils",]
|
||||||
command = "cargo"
|
command = "cargo"
|
||||||
args = ["publish"]
|
args = ["publish"]
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue