diff options
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json index d05c2485a..1e2e4262c 100644 --- a/package.json +++ b/package.json @@ -60,8 +60,8 @@ "scripts": { "build": "npm install && grunt", "start": "grunt watch", - "test": "grunt && grunt test", - "precommit": "grunt precommit_lint", + "test": "grunt && grunt test:slow", + "precommit": "grunt lint:newer", "commitmsg": "node node_modules/commitplease" }, "commitplease": { |