diff options
-rw-r--r-- | package.json | 3 |
1 files changed, 2 insertions, 1 deletions
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": [ |