Commit 921a9b27 authored by Sam Saccone's avatar Sam Saccone

tests: Remove pushd for CI compat

parent 250898a9
{ {
"private": true, "private": true,
"scripts": { "scripts": {
"lint": "pushd .. && jscs", "lint": "cd .. && jscs"
"postlint": "popd"
}, },
"dependencies": { "dependencies": {
"jscs": "^2.7.0" "jscs": "^2.7.0"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment