From ba962b1c057f1f7d6d8454575fb9050730ad5654 Mon Sep 17 00:00:00 2001 From: "Hannes R. Brunsch" Date: Wed, 13 Nov 2024 13:39:33 +0100 Subject: [PATCH] feat(ci): auto-copy config on checkout using husky, resolves #436 --- .husky/post-checkout | 1 + 1 file changed, 1 insertion(+) create mode 100755 .husky/post-checkout diff --git a/.husky/post-checkout b/.husky/post-checkout new file mode 100755 index 00000000..f0a003fd --- /dev/null +++ b/.husky/post-checkout @@ -0,0 +1 @@ +cp js/config/config.dist.ts js/config/config.ts \ No newline at end of file