From 913ed54cf91c6d313752e9d686de4f3a9c5cbbf8 Mon Sep 17 00:00:00 2001 From: Tiago Ribeiro Date: Sat, 21 Oct 2023 16:51:25 +0100 Subject: [PATCH] Keep calm and commit --- .husky/pre-commit | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 .husky/pre-commit diff --git a/.husky/pre-commit b/.husky/pre-commit new file mode 100755 index 00000000..0beb023e --- /dev/null +++ b/.husky/pre-commit @@ -0,0 +1,4 @@ +#!/usr/bin/env sh +. "$(dirname -- "$0")/_/husky.sh" + +yarn build