update npm run lint
to include docs
This commit is contained in:
parent
06a354a2eb
commit
784bee8faa
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"bootstrap": "python ./script/bootstrap.py",
|
"bootstrap": "python ./script/bootstrap.py",
|
||||||
"build": "python ./script/build.py -c D",
|
"build": "python ./script/build.py -c D",
|
||||||
"lint": "npm run lint-js && npm run lint-cpp",
|
"lint": "npm run lint-js && npm run lint-cpp && npm run lint-docs",
|
||||||
"lint-js": "standard && cd spec && standard",
|
"lint-js": "standard && cd spec && standard",
|
||||||
"lint-cpp": "python ./script/cpplint.py",
|
"lint-cpp": "python ./script/cpplint.py",
|
||||||
"lint-docs": "standard-markdown docs",
|
"lint-docs": "standard-markdown docs",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue