diff options
| -rw-r--r-- | cog.toml | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -3,8 +3,9 @@ branch_whitelist = ["main", "prime"] ignore_merge_commits = false pre_bump_hooks = [ - "nix flake check", # verify the project builds - "nix fmt", # format + "./update_common_files.sh", # Ensure that ever template has the newest files + "nix flake check", # verify the project builds + "nix fmt", # format ] post_bump_hooks = [ "git push", |
