From e94c066c03f5f252a71b53c2a0b1714d134d7690 Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Wed, 29 Jun 2016 09:13:23 -0700 Subject: [PATCH] change into spec directory before running standard --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5aa5715da665..738ffbb732ab 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "bootstrap": "python ./script/bootstrap.py", "build": "python ./script/build.py -c D", "lint": "npm run lint-js && npm run lint-cpp", - "lint-js": "standard && standard spec", + "lint-js": "standard && cd spec && standard", "lint-cpp": "python ./script/cpplint.py", "preinstall": "node -e 'process.exit(0)'", "repl": "python ./script/start.py --interactive",