From f0f4ef7475376513757c852e977f3e45b00cea12 Mon Sep 17 00:00:00 2001 From: Oleg Gaidarenko Date: Fri, 29 Jan 2016 02:41:04 +0300 Subject: [PATCH] Build: add scripts.precommit script It was losted while merging gh-2881 --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index e515cff44..ba85bf3b6 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,8 @@ "scripts": { "build": "npm install && grunt", "start": "grunt watch", - "test": "grunt && grunt test" + "test": "grunt && grunt test", + "precommit": "grunt precommit_lint" }, "commitplease": { "components": [ -- 2.39.5