From 0ffd39079fb3909e3ae77ac9aa2c6353f6156bd1 Mon Sep 17 00:00:00 2001 From: hide_d Date: Wed, 11 Aug 2021 02:33:15 +0900 Subject: [PATCH] =?UTF-8?q?pre-commit=EC=97=90=EC=84=9C=20lint=EB=A7=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/package.json b/package.json index 11878960..698f6880 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,6 @@ "webpack-cli": "^4.7.2" }, "pre-commit": [ - "lint", - "build" + "lint" ] }