diff --git a/package.json b/package.json index f0aa09584eb7..5d897230851e 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ }, "private": true, "scripts": { - "lint": "python ./script/eslint.py", + "lint": "python ./script/eslint.py && python ./script/cpplint.py", "preinstall": "node -e 'process.exit(0)'", "start": "python ./script/start.py", "test": "python ./script/test.py"