Commit 2bfa64a9 by Dane Springmeyer

call make test from npm to make sure paths are set up right

parent 306c6d04
...@@ -35,7 +35,7 @@ ...@@ -35,7 +35,7 @@
"node": ">= 0.6.13 && < 0.9.0" "node": ">= 0.6.13 && < 0.9.0"
}, },
"scripts": { "scripts": {
"test": "expresso -I lib test/*.test.js" "test": "make test"
}, },
"licenses": [{ "type": "BSD" }], "licenses": [{ "type": "BSD" }],
"main": "./lib/sqlite3" "main": "./lib/sqlite3"
......
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