mirror of
https://github.com/zellij-org/zellij.git
synced 2024-12-22 16:51:43 +03:00
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
@ -161,7 +161,7 @@ args = ["install", "cross"]
|
||||
[tasks.publish]
|
||||
clear = true
|
||||
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"
|
||||
|
||||
[tasks.release-commit]
|
||||
@ -207,6 +207,6 @@ cwd = "zellij-tile-utils"
|
||||
script = "cargo publish && sleep 15"
|
||||
|
||||
[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"
|
||||
args = ["publish"]
|
||||
|
Loading…
Reference in New Issue
Block a user