Skip to content

Commit

Permalink
restrict mocha scope to /spec; break out link tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
zeke authored and kevinsawicki committed Mar 31, 2016
1 parent b5afad9 commit 6425ef4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
13 changes: 5 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,21 +11,18 @@
},
"standard": {
"ignore": [
"/out",
"/spec",
"/vendor"
],
"env": {
"mocha": true
},
"globals": [
"$",
"location"
]
},
"private": true,
"scripts": {
"bootstrap": "python ./script/bootstrap.py",
"build": "python ./script/build.py -c D",
"lint": "standard && python ./script/cpplint.py",
"lint": "npm run lint-js && npm run lint-cpp",
"lint-js": "standard && standard spec",
"lint-cpp": "python ./script/cpplint.py",
"preinstall": "node -e 'process.exit(0)'",
"repl": "python ./script/start.py --interactive",
"start": "python ./script/start.py",
Expand Down
5 changes: 5 additions & 0 deletions spec/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,10 @@
"optionalDependencies": {
"ffi": "2.0.0",
"runas": "3.x"
},
"standard": {
"env": {
"mocha": true
}
}
}

0 comments on commit 6425ef4

Please sign in to comment.