Run script/test from npm test

This commit is contained in:
Kevin Sawicki
2013-09-24 20:34:36 -07:00
parent 64a619fc96
commit e6f7ed9862

View File

@@ -137,6 +137,6 @@
"private": true,
"scripts": {
"preinstall": "true",
"test": "grunt test"
"test": "script/test"
}
}