From: Kevin Sawicki Date: Wed, 29 Jun 2016 16:13:23 +0000 (-0700) Subject: change into spec directory before running standard X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e94c066c03f5f252a71b53c2a0b1714d134d7690;p=platform%2Fframework%2Fweb%2Fcrosswalk-tizen.git change into spec directory before running standard --- diff --git a/package.json b/package.json index 5aa5715..738ffbb 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",