Run cpplint from lint npm script

This commit is contained in:
Kevin Sawicki 2016-01-20 07:07:39 -07:00
parent 16b4b58de1
commit b399455808

View file

@ -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"