From 784bee8faaae527ab022da1f2c442b0352a5fb66 Mon Sep 17 00:00:00 2001 From: Zeke Sikelianos Date: Mon, 25 Jul 2016 18:48:48 -0700 Subject: [PATCH] update `npm run lint` to include docs --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 73229386bc..ea5a249597 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "scripts": { "bootstrap": "python ./script/bootstrap.py", "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-cpp": "python ./script/cpplint.py", "lint-docs": "standard-markdown docs",