From 1520e8d571232272231a3edfc429de5cd7f28a0d Mon Sep 17 00:00:00 2001 From: shane Date: Thu, 12 Sep 2024 16:46:46 +0200 Subject: [PATCH] added prepush --- .husky/_/pre-push | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .husky/_/pre-push diff --git a/.husky/_/pre-push b/.husky/_/pre-push new file mode 100644 index 00000000..0d74201a --- /dev/null +++ b/.husky/_/pre-push @@ -0,0 +1,2 @@ +#!/usr/bin/env sh +yarn dist \ No newline at end of file