change into spec directory before running standard

This commit is contained in:
Kevin Sawicki 2016-06-29 09:13:23 -07:00
parent 3090d1f85e
commit e94c066c03

View file

@ -24,7 +24,7 @@
"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",
"lint-js": "standard && standard spec", "lint-js": "standard && cd spec && standard",
"lint-cpp": "python ./script/cpplint.py", "lint-cpp": "python ./script/cpplint.py",
"preinstall": "node -e 'process.exit(0)'", "preinstall": "node -e 'process.exit(0)'",
"repl": "python ./script/start.py --interactive", "repl": "python ./script/start.py --interactive",