diff options
author | Oleg Gaidarenko <markelog@gmail.com> | 2016-01-29 02:41:04 +0300 |
---|---|---|
committer | Oleg Gaidarenko <markelog@gmail.com> | 2016-01-29 02:41:04 +0300 |
commit | f0f4ef7475376513757c852e977f3e45b00cea12 (patch) | |
tree | b39da6dc188c2c9d2bdbdf9211f93d857946c567 /package.json | |
parent | d94c4539796d02dd0f54e9a3417b660195b844b0 (diff) | |
download | jquery-f0f4ef7475376513757c852e977f3e45b00cea12.tar.gz jquery-f0f4ef7475376513757c852e977f3e45b00cea12.zip |
Build: add scripts.precommit script
It was losted while merging gh-2881
Diffstat (limited to 'package.json')
-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": [ |