From ab7cd8ee4c63976390def407036398d8323c8b90 Mon Sep 17 00:00:00 2001 From: colorkite10 Date: Mon, 23 Oct 2023 15:19:23 +0900 Subject: [PATCH] =?UTF-8?q?feat:=20husky=20pre-push=20=ED=85=8C=EC=8A=A4?= =?UTF-8?q?=ED=8A=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .husky/pre-push | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .husky/pre-push diff --git a/.husky/pre-push b/.husky/pre-push new file mode 100644 index 00000000..55e09af0 --- /dev/null +++ b/.husky/pre-push @@ -0,0 +1,6 @@ +#!/usr/bin/env sh +. "$(dirname -- "$0")/_/husky.sh" + +npm run lint +npm run build +rm -rf dist \ No newline at end of file