From 346032eba22c0f9b1a0eb6d714ee77537c1da245 Mon Sep 17 00:00:00 2001 From: peaceiris <30958501+peaceiris@users.noreply.github.com> Date: Sat, 18 Jan 2020 00:34:48 +0900 Subject: [PATCH] chore: Disable autorun ncc --- package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/package.json b/package.json index 3d2d154..8e96fb6 100644 --- a/package.json +++ b/package.json @@ -15,8 +15,7 @@ "husky": { "skipCI": true, "hooks": { - "pre-commit": "lint-staged", - "post-commit": "npm run build && echo '⚠️ Do not forget to Commit and Push ./lib/index.js'" + "pre-commit": "lint-staged" } }, "lint-staged": {