Run cpplint from lint npm script
This commit is contained in:
parent
16b4b58de1
commit
b399455808
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue