diff --git a/package.json b/package.json index 548b4c20734..607a38552ba 100644 --- a/package.json +++ b/package.json @@ -40,12 +40,13 @@ }, "scripts": { "pretest": "jake tests", - "test": "jake runtests", + "test": "jake runtests && npm run lint", "build": "npm run build:compiler && npm run build:tests", "build:compiler": "jake local", "build:tests": "jake tests", "clean": "jake clean", "jake": "jake", + "lint": "jake lint", "setup-hooks": "node scripts/link-hooks.js" }, "browser": {