Add npm test script

This commit is contained in:
Kevin Sawicki 2015-12-10 10:44:11 -08:00
parent 065887e712
commit 49b6e5bcac

View file

@ -11,6 +11,7 @@
}, },
"private": true, "private": true,
"scripts": { "scripts": {
"preinstall": "node -e 'process.exit(0)'" "preinstall": "node -e 'process.exit(0)'",
"test": "python ./script/test.py"
} }
} }