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