Add test-build.js to npm test.

Former-commit-id: c915ba8401c1c1b11aa69d155cebe2a0a81eb2d1
This commit is contained in:
John-David Dalton
2012-09-29 17:20:51 -07:00
parent bc0b924283
commit d2f7a035b3

View File

@@ -3,7 +3,7 @@
"version": "0.7.0",
"description": "A drop-in replacement for Underscore.js delivering performance, bug fixes, and additional features.",
"homepage": "http://lodash.com",
"main": "lodash",
"main": "./lodash",
"keywords": [
"browser",
"client",
@@ -43,10 +43,10 @@
"rhino"
],
"jam": {
"main": "./lodash.min.js"
"main": "./lodash.js"
},
"scripts": {
"build": "node build",
"test": "node test/test"
"test": "node test/test;node test/test-build"
}
}